Skip to content

Releases: Denisok94/symfony-export-xlsx

0.0.9

23 Sep 19:33
c8eb9c1

Choose a tag to compare

add in Table class: getLetter and getIndex

Table::getLetter(27); // 'AA'
Table::getIndex('AA'); // 27

0.0.8

11 May 13:22

Choose a tag to compare

Different experimental classes have been removed.
If you have used them, they have been moved to the repository: https://github.com/Denisok94/symfony-export

I have removed various classes that I used to automate the export process in one of my projects.
Since I didn't describe their work here, I thought they would be superfluous for others and just take up space.
And I decided that it would be better to put them in a separate repository.

0.0.2

12 Aug 15:53

Choose a tag to compare

SonataAdminExport Integration

0.0.1

11 Aug 16:23

Choose a tag to compare

init