Choose the export format from the list below:
Filter
Export as Open Document Text (ODT) format using the Office Server
Export as Portable Document Format (PDF) using the Web Browser
Export as Rich Text Format (RTF) using the Office Server
Export as HyperText Markup Language (HTML)
Select the pages to export:
fileWriteCsv (fileid, valueArray)
Writes a line of text to the file specified by fileid, combining the elements in valueArray into comma-separated values.
Parameters:
fileid
the file identifier to which to write the data
valueArray
the array of values to be combined into a single comma-separated value line.
Returns:
True if the operation succeeded, false otherwise. If the operation fails, the reason may be obtained by calling fileGetLastError().
Related topics
Administering
File-functions