This Lightweight library efficiently parses Excel binary files into JSON strings, offering significant performance improvement for reading Excel sheets in any format.
This external logic has following actions (as of now)::
1. GetJSONFormattedExcelData_Ext
Description :
Pass Excel as a binary format and return as JSON string
Return string format:
CellRowIndex (Integer)
CellColumnIndex(Integer)
CellValue(String)
CellAddress(String)
2. GetAllWorkSheetNames_Ext
Pass Excel as a binary format and return as all worksheet name as JSON string
ExcelSheetNames (String)
Expected excel in binary format as input for actions
Updated extension and relevant libraries to .NET8 version
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)