https://github.com/lucasrmagalhaes/excel_spreadsheet-php
PHP Spreadsheet
https://github.com/lucasrmagalhaes/excel_spreadsheet-php
phpspreadsheet
Last synced: 4 months ago
JSON representation
PHP Spreadsheet
- Host: GitHub
- URL: https://github.com/lucasrmagalhaes/excel_spreadsheet-php
- Owner: lucasrmagalhaes
- Created: 2022-04-23T15:52:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T20:12:35.000Z (over 1 year ago)
- Last Synced: 2026-01-21T14:20:30.814Z (4 months ago)
- Topics: phpspreadsheet
- Language: PHP
- Homepage: https://github.dev/lucasrmagalhaes/excel_spreadsheet-php
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[PHP Spreadsheet](https://phpspreadsheet.readthedocs.io/en/latest/)
```
composer install
```
```
extension=gd2
```
```
composer require phpoffice/phpspreadsheet
```
```
php -S localhost:3000
```
```
http://localhost:3000/criar_tabela.php
```