- Fixed "&" in hyperlinks
- Fixed mailto hyperlinks detection
- Added mailto hyperlinks support (thx Howard Martin)
SimpleXLSXGen::fromArray([
['Mailto hyperlink', '<a href="mailto:[email protected]">Please email me</a>']
])->saveAs('test.xlsx');
- Fixed hyperlinks in several sheets
- Added Opencollective donation link
- Fixed hyperlink regex
- Fixed 0.00% format, thx marcrobledo, more examples in README.md
Stable release
- Added hyperlinks and minimal formatting
- Added PHP Datetime object values in a cells
- Percent support
- Fix local floats in XML
- Added multiple sheets support, thx Savino59, class ready for extend now
- Updated images
- Disable type detection if string started with chr(0)
- Numbers like SKU right aligned now
- Fixed fast shared strings index
- Fixed real numbers in 123.45 format detection, fast shared strings index (thx fredriksundin)
- Fixed time detection in HH:MM:SS format
- Escape of shared strings for special chars in cells #1
- Fixed num2name A-Z,AA-AZ column names, thx Ertan Yusufoglu
- If string more 160 chars, save as inlineStr
- Readme fixed
- Removed XML unimportant attributes
- Initial release