Load the Workbook with specific System Culture Info
Contents
[
Hide
]
Possible Usage Scenarios
Earlier, you have to change the culture info of the entire thread to deal with numbers and dates in particular culture format, but now Aspose.Cells provides LoadOptions.CultureInfo property which you can use to load your workbook with specific culture info without changing the culture info of the entire thread.
Load the Workbook with specific System Culture Info
The following sample code shows how to load the workbook with specific system culture Info to deal with dates.
The following sample code shows how to load the workbook with specific system culture Info to deal with numbers.