OpenExcelExport is a basic but useful application to extract main data from an excel: Shared strings, Styles/CellFormats, Fills, Borders and Fonts. This application is open source and free of charge.
The application export all these data in an output excel file. Each extracted data are displayed in a different tabpage.
The application can be downloaded here:OpenExcelExport_v0.1.zip. Then unzip files and you are ready to execute it to analyse Excel files.
Open a Terminal and execute the application.
If you execute the application without any parameter, a short help will be displayed:
You have to analyse the content of an Excel file, execute the application and provide the two expected parameters:
1- The excel file to analyse,
2- the Excel result output file.
The output Excel file contains the result of the analysis of the input excel file.
There are 7 tabpages.
This application is a console application developed in C# which uses the library OpenExcelSdk
The library OpenExcelSdk can be found here: nuget OpenExcelSdk