Replies: 5 comments 1 reply
-
More information : The iterator has weird values. |
Beta Was this translation helpful? Give feedback.
-
More information : |
Beta Was this translation helpful? Give feedback.
-
I modified your SimpleExcelReader class to be able to do a fromSheetName and therefore read a spreadsheet by its name and no longer its index. Do you want me to send you this modification? |
Beta Was this translation helpful? Give feedback.
-
If the code is not too complicated, I'd accept a PR indeed. Please also include tests in the PR 👍 |
Beta Was this translation helpful? Give feedback.
-
Pull request created => #117 :) |
Beta Was this translation helpful? Give feedback.
-
Hi,
I try to use simple-excel to read an excel contains two spreadsheets.
The spreadseet, i want to use, is the second. Your documentation say that it's with the function fromSheet(int).
But when i try this, it read a part of the first spreadsheet.
The first spreadsheet contains graphics and it's maybe that which do the bug ?!
I try too to use fromSheet with the name of the spreasheet, but it's not work because the param of from sheet must be integer.
Couldn't we set up fromSheet by passing the name of the spreadsheet we want to use?
Beta Was this translation helpful? Give feedback.
All reactions