Skip to content
/ YXlsx Public
forked from QtExcel/QXlsx

Excel file(*.xlsx) reader/writer library with Qt6.

License

Notifications You must be signed in to change notification settings

YtxErp/YXlsx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YXlsx

  • YXlsx is a lightweight library for reading and writing Excel (*.xlsx) files, designed for seamless integration with YTX.
  • This library is implemented in C++ using the Qt framework, and is inspired by QXlsx.

Key Features

  • Efficient and simple: Provides essential functionality for reading and writing data without handling Excel styles or formatting.
  • Data type support: Supports reading and writing basic data types, including:
    • Numbers (int, double, etc.)
    • Booleans (true/false)
    • Dates (ISO 8601 format recommended)
    • Shared strings (optimized for Excel's shared string table).

Usage Notes

  • Focus on data: YXlsx is specifically designed as a bridge for handling data in Excel files. It does not process or apply cell formatting, styling, or advanced features.
  • Data validation: Ensure that your data is validated and preprocessed before passing it to the library for optimal results.

Installation

  • Please refer to the Setup Instructions for detailed installation and configuration steps.

Acknowledgments

  • A special thanks to the QXlsx project for providing the foundation on which this library was built.

License

  • YXlsx is released under the MIT License. Feel free to use, modify, and distribute this library in your projects.

About

Excel file(*.xlsx) reader/writer library with Qt6.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.4%
  • C 4.4%
  • CMake 1.2%