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

So the function addRow is from the same type (same parameters) than the parent one.

Should be str_getcsv($line, $sep). See doc https://www.php.net/manual/en/function.str-getcsv.php

Is there some option to show the empty fields in JSON string as empty string. The problem is that $excel->toString('JSON') skip the empty fields and if I try to get...

Please remove all the php closing tags in your files, because it write a new line to the output unnecessary. For example: XMLWriter.php line 147 I am using v.0.3 Thank...

There are still files related to parsing and writing to XLSX, but this filetype is not included in the validXTypes definitions in SimpleExcel.php, lines 99 & 100: `$this->validParserTypes = array('XML',...

feature

`use SimpleExcel\SimpleExcel` Should be : `use SimpleExcel\SimpleExcel;`

When you you getData() on an instance, manipulate the data in php, then write it back into the instance using setData(), any parsing such as getRow() will affect the original...

i have a sheet(csv), and some cells gets a long contents, including one/two newline, and i tried to parse the sheet with SimpleExcel, but found i can't get all contents...

Create new Tag for branch 0.3.*, would be fine to have new tag for the current 0.3 branch. Since it also would include the updated changes and autoloading from the...