Skip to content

MarcoDorantes/ExcelXLSXWorksheetReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ExcelXLSXWorksheetReader

Read Excel Workbook (XLSX) format (from a file or from a stream) and

  1. Get the list of found tab names, or
  2. Get the data cells of an existing tab (of Worksheet type), and
    1. Interpret them as a two-dimensional grid of rows & columns, by default, the first row is taken as the headers, or
    2. Interpret them as a two-dimensional grid of rows & columns where each row (except the first one) is parsed as instances of a .NET reference type.

Check an example of that in the current executable functional specification here.

About

Read Excel XLSX format file or stream and (1) get the list of found Worksheet tab names or (2) get the Worksheet’s cells data of an existing tab name.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors