Skip to content

Pierlam/OpenExcelSdkSamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenExcelSdk library samples

Here are some code samples for using the OpenExcelSdk library to read and write Excel files in C#. These examples demonstrate how to create a new Excel file, add data to it, and read data from an existing Excel file.

Source code repository: https://github.com/Pierlam/OpenExcelSdk

Nuget: https://www.nuget.org/packages/OpenExcelSdk

Open a new Excel file and get data

// Display some cell values, and the type of the cell value
DisplayValues.Run();

// Display cell values row by row, and the type of the cell value
DisplayValueRowByRow.Run();

Creating a new Excel file and adding data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages