phpspreadsheet-helper icon indicating copy to clipboard operation
phpspreadsheet-helper copied to clipboard

PHP Excel Helper - Write and read Spreadsheet with easy way based on PhpSpreadsheet

Results 3 phpspreadsheet-helper issues
Sort by recently updated
recently updated
newest added

Add support to get file content as base64 string to render in json object.

Added: set custom column position

The helper method `getRows` ignores the defined offset if lesser than defined rows exists. The purpose of this method is to skip rows (e.g. the title rows when importing data)....