simple-excel-php icon indicating copy to clipboard operation
simple-excel-php copied to clipboard

Simplexcel.php - Easily read / parse / convert / write between Microsoft Excel XML / CSV / TSV / HTML / JSON / etc spreadsheet tabular file formats

Results 14 simple-excel-php issues
Sort by recently updated
recently updated
newest added

It is very hard to figure out how to use the library without navigating to the classes to find out what each method is used. For example, to a novice,...

enhancement

Tried to import Excel XML and received an error: > Severity: Notice > Message: Undefined index: Type > Filename: Parser/XMLParser.php > Line Number: 65 In line 65 of Parser/XMLParser.php the...

I think you have an error on the page ``` "require" : { "faisalman/simple-excel-php" : "develop as 0.4.0-alpha" } ``` "develop as 0.4.0-alpha" is an invalid version string.

Hi i tried following code my html content a image in a table cell Error : Fatal error: Call-time pass-by-reference has been removed in /var/www/simple-excel-php-develop/SimpleExcel/Writer/XMLWriter.php on line 44 PHP use...

feature