B4J Library [BANanoExcelReader] Read Excel file and return JSON array

Ola

This simple class is for reading excel files and return a JSON array from a workbook.

Pass it the value returned from .readAsBinaryString of the FileReader object.

A Skeleton based example, source code attached:

BANanoFilesExcel.gif


This video shows how I have implemented this for BVM to load data to a data table.


Ta!
 

Attachments

  • BANanoFilesDemo.zip
    360.6 KB · Views: 345
Last edited:
Top