An open API service indexing awesome lists of open source software.

https://github.com/hasderhi/xlsconverter

This is my C# project to convert .xls to .xlsx files
https://github.com/hasderhi/xlsconverter

converter excel xls xls2xlsx xlsx

Last synced: 2 months ago
JSON representation

This is my C# project to convert .xls to .xlsx files

Awesome Lists containing this project

README

        

# XLSconverter

## This is my C# project to convert .xls to .xlsx files

It is written in C# and uses ClosedXML and NPOI libraries to read and write Excel files.
The project is designed to be used in a .NET Core environment.

## Building the app

### Using Visual Studio 2022

1. Clone the repo
2. Install ClosedXML and NPOI with NuGet
3. Build the app
4. That's it

## License

Copyright (c) 2025 Tobias Kisling ("tk_dev", "hasderhi")
This software is released under the MIT-License. For more
information please see the license.