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
- Host: GitHub
- URL: https://github.com/hasderhi/xlsconverter
- Owner: hasderhi
- License: mit
- Created: 2025-02-26T18:52:15.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-02-27T11:08:49.000Z (3 months ago)
- Last Synced: 2025-02-27T15:34:22.338Z (3 months ago)
- Topics: converter, excel, xls, xls2xlsx, xlsx
- Language: C#
- Homepage:
- Size: 641 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.