(no description)
File Size: | 85 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Writer:: (5 methods):
__construct()
getOptions()
openWriter()
addRowToWriter()
closeWriter()
__construct(?Options $options = null) X-Ref |
No description |
getOptions() X-Ref |
No description |
openWriter() X-Ref |
Opens the CSV streamer and makes it ready to accept data. |
addRowToWriter(Row $row) X-Ref |
Adds a row to the currently opened writer. param: Row $row The row containing cells and styles |
closeWriter() X-Ref |
Closes the CSV streamer, preventing any additional writing. If set, sets the headers and redirects output to the browser. |