Tiny Excel Reader

Content Type: Module
Categories: Import/Export

Overview

Allows you to upload excel workbook and read each sheet, row and cell value without MxModelReflection!

Documentation

Typical usage scenario

If you only need to read excel workbook you can use it. 

 

How to use it?

  1. Install Module
  2. Add this page to your navigation (ExcelReader_Page)
  3. Upload excel workbook.
  4. Press Read Excel button.
  5. You will see all sheets,rows and cell values. 
  6. Check screenshots for more info.

For more detailed information check ReadMe snippet.

Releases

Version: 1.0.0
Framework Version: 10.1.1
Release Notes: - Enables your app to Upload excel file. - Reads each sheet, row and cell values respectively. - Very lightweight.