Hi,
Hi,
Thanks for your posting and using Aspose.Cells for .NET.
Please download and try the latest version:
Aspose.Cells for .NET 7.2.0
and let us know your feedback.
The latest version has major improvements and enhancements, so we strongly recommend you to upgrade your code.
If the problem still occurs with the latest version, we will also need your sample code replicating the problem.
Hi,
Hi Amjad,
Hi,
HI Amjad,

Hi,
It works fine with it, I can read the values fine in the sheets, here is my sample code and below is the output:
Sample code using a Winform application:
Workbook workbook = new Workbook(“e:\test2\ExcelUploadTemplate.xlsx”);
Worksheet worksheet = workbook.Worksheets[0];
Cells cells = worksheet.Cells;
foreach (Aspose.Cells.Cell cell in cells)
{
if (cell.Value != null)
{
Debug.WriteLine(cell.Value);
Debug.WriteLine(cell.Name);
}
}
Output (Window) of VS.NET:
You downloaded this template on:
A1
4/17/2012 12:26:47 PM
B1
Please regularly download the latest template
C1
Jeweller Name
F1
Ben Bridge Jeweler
G1
Location
I1
United States
J1
Forevermark Identification Number
A2
Carat Weight
B2
Piece Type Description
C2
Style Type
D2
Metal Type
E2
Date Sold
F2
Internal Sku
G2
Forevermark Sales Ambassador
H2
Total Price
I2
Currency
J2
Store Name
K2
1234678
A3
1
B3
Brooch
C3
Designed, other
D3
Platinum
E3
test
G3
Forevermark Sales Ambassador
H3
Ala Moana Center
K3
Please paste your runnable code using v7.2.0 same as mine to show the issue, we will check it soon.
Thank you.
Hi Amjad,
Hi,
Hi Amjad,
Hi,
Hi In the mean time can you tell me how to make this post public. As I need to share this
Hi,
Please click on the Make Public button to make this thread public.
For your help, I have made this thread public, if you want to make it private again then please click the same button which now shows Make Private text.
Thanks Amjad. I read the same on your help page. But I still can not see any of these buttons. Never mind the purpose of making it public is solved
Hi,
Please see the Make Public/Private button in a screenshot below.
Screenshot:
Hi,
Hi Amjad I do not see those buttons
Hi,
Thanks for your image.
By looking at this image, I found these rights are only for Aspose Staff Members.
Sorry for inconvenience.
Thanks,
Hi,
If the button is available, then use it to make Public/Private. In case, it is not available, then please ask us, we will make it public or private for you.