Skip to content

warnov/ExcelReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ExcelReader

This is a lightweight Excel Reader using DocumentFormat.OpenXml. It just does one thing: Read the content of a cell and return it as a string.

The main method ReadCell just requires:

  • The reference to the spreadsheet (either by the path of the Excel file or using directly a SpreadSheet from DocumentFormat.OpenXml.Spreadsheet;
  • The number of the worksheet where the cell is
  • The number of the row
  • The name of the column

About

An Excel Readr using DocumentFormat.OpenXml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages