excel-to-json icon indicating copy to clipboard operation
excel-to-json copied to clipboard

Opinionated Excel to JSON converter where nested structures can be defined on different worksheets

Results 14 excel-to-json issues
Sort by recently updated
recently updated
newest added

Is it possible to remove the opening and closing square brackets?

I need numbers entered as text in Excel to be treated as strings in the output. How could I achieve this? Could it be a feature flag?

Hello and I assume this is not an issue but rather a request, thanks and sorry for this. I try to create nested json array structures as an input file...

Tried with only two column data in xlsx with 2500 rows and it was able to convert only 1621 rows.

The numbers more than 9 characters are throwing this exception.

bug

Trying to use integers as IDs will break (but only when having multiple tabs), even when setting the Excel cell type to `Text`.

It's simply a matter of adding the file format to the list you're checking.

When I run the command, lein run ./files/demo.xls ./files I am getting the following error. error :: Converting./files/demo.xlsxfailed with: java.lang.NullPointerException [demo.xlsx](https://github.com/mhaemmerle/excel-to-json/files/527335/demo.xlsx) [demo.xlsx](https://github.com/mhaemmerle/excel-to-json/files/527336/demo.xlsx) [#, #, #, #, #, #, #, #,...

We use the script as a self-contained .jar version and process many directories: ``` java -jar excel-to-json.jar Dir1 --disable-watching java -jar excel-to-json.jar Dir2 --disable-watching java -jar excel-to-json.jar Dir3 --disable-watching ```...