However if I call Workbook.CalculateAllValue() on a workbook with this included it throws an error.
- Code: Select all
Workbook workbook = new Workbook();
workbook.LoadFromFile(@"C:\temp\Book1.xlsx", ExcelVersion.Version2010);
workbook.CalculateAllValue();
As I do not know the range of cells at designtime, how can I get this work?