Hi,
Well, I don't find the problem you have mentioned.
Following is my testing code, I read the correct values in the cells.:
Workbook workbook = new Workbook();
workbook.Open("d:\\test\\Sample Excel.xls");
Worksheet sheet = workbook.Worksheets[0];
Cells cells = sheet.Cells;
MessageBox.Show(cells["C3"].StringValue);
MessageBox.Show(cells["C9"].StringValue);
MessageBox.Show(cells["C11"].StringValue);
workbook.Save("d:\\test\\out_Sample Excel.xls");
I am using the lastet version 4.5.0.0, could you try it.
Thank you.
Amjad Sahi
Support Developer,
Aspose Nanjing Team
Contact Us