|
CVS for Excel recordlist renderer. Note: End of line characters within values are replaced for excel 2003 compatibility reasons! Located in /recordlist/class.atkexcelcsvrecordlist.inc [line 31] atkRecordList | --atkCustomRecordList | --atkExcelCSVRecordListAuthor(s):
|
| Inherited Properties | Inherited Methods |
|---|---|
|
Inherited From atkCustomRecordList Inherited From atkRecordList |
Inherited From atkCustomRecordList
Inherited From atkRecordList
|
| void | render() | Creates a special Recordlist that can be used for exporting to files or to make it printable |
| void | setLfReplacementString() | Replace line feeds within cell values with another string. |
|
Creates a special Recordlist that can be used for exporting to files or to make it printable
Parameters:| atkNode | $node: | The node to use as definition for the columns. |
| array | $recordset: | The records to render |
| string | $compression: | Compression technique (bzip / gzip) |
| array | $suppressList: | List of attributes from $node that should be ignored |
| array | $outputparams: | Key-Value parameters for output. Currently existing: filename - the name of the file (without extension .csv) |
| Boolean | $titlerow: | Should titlerow be rendered or not |
| Boolean | $decode: | Should data be decoded or not (for exports) |
| &$node: |
|
Replace line feeds within cell values with another string.
Note: Excel 2003 requires this feature for csv imports.
Parameters:| String | $string: | The line feed replacement string |