Hi,
We are currently using NPOI to generate/update Excel files. However, we have come across an issue where the NPOI generated excel file cannot be read by other Excel readers correctly.
Summary of issue/steps
Can show code if needed.
We are currently using NPOI to generate/update Excel files. However, we have come across an issue where the NPOI generated excel file cannot be read by other Excel readers correctly.
Summary of issue/steps
- Generate an Excel file with the first row populated with data (first 10 cells)
-
Next, open up the file using ExcelDataReader to read contents of first row
(At this point ExcelDataReader is detecting only 1 column and is only able to read the first cell)
Can show code if needed.