Skip to content

Commit

Permalink
Add aliases, Add API documents
Browse files Browse the repository at this point in the history
  • Loading branch information
tansautn committed Oct 19, 2024
1 parent b2a7580 commit 1b49730
Show file tree
Hide file tree
Showing 44 changed files with 15,786 additions and 16 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"description" : "A flexible and efficient library for exporting data to Excel (XLS, XLSX) with support for mappings, formatters, and handling large datasets. Working with less dependencies, avoid future breaks & conclusions.",
"type" : "library",
"license" : "MIT",
"replace": {
"zuko/excel-exporter": "self.version",
"zuko/laravel-excel-export": "self.version"
},
"autoload" : {
"psr-4" : {
"Zuko\\Flex2Cell\\" : "src/"
Expand Down
Loading

0 comments on commit 1b49730

Please sign in to comment.