Hello
XLSXLib Package (Pure Ring library for Excel files)
XLSXLib is a library for creating Microsoft Excel (.xlsx) files using the Ring programming language.
Install:
ringpm install xlsxlib from ringpackages
Features
* Multiple Worksheets - Create workbooks with many sheets
* Cell Operations - Set text, numbers, dates, and formulas
* Styling - Fonts, colors, backgrounds, borders, alignment
* Number Formats - Currency, percentage, date, time, custom formats
* Column/Row Formatting - Custom widths and heights
* Merged Cells - Combine cells horizontally and vertically
* Auto Filter - Add filter dropdowns to data ranges
* Freeze Panes - Keep headers visible while scrolling
* Images - Embed PNG, JPG, BMP, and GIF images
* Formulas - Full Excel formula support
* No Dependencies - Pure Ring implementation, no external libraries
Screen Shot:
Greetings,
Mahmoud