OpenExcelExport

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.

Download the application

The application can be downloaded here:OpenExcelExport_v0.1.zip. Then unzip files and you are ready to execute it to analyse Excel files.

Execute the application

Execute the application without parameter

Open a Terminal and execute the application.

Execute OpenExcelExport in a cmd

If you execute the application without any parameter, a short help will be displayed:

Execute OpenExcelExport in a cmd

Execute the application on an Excel file

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.

Execute OpenExcelExport in a cmd

Excel result

The output Excel file contains the result of the analysis of the input excel file.

There are 7 tabpages.

Behind the scene

This application is a console application developed in C# which uses the library OpenExcelSdk

The library OpenExcelSdk can be found here: nuget OpenExcelSdk