Server : Apache/2.4.41 (Ubuntu) System : Linux journalup 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/docs/ |
# Comma-Separated Values (CSV) Files ## Importing into a Spreadsheet Some applications, including Microsoft Excel, do not correctly handle newlines that are present within CSV data fields. For example, an address may include street information, followed by a newline, followed by the city and province, followed by a newline, followed by a postal code. The newlines are used to provide formatting for the field. This form of data is valid and part of the CSV specification (please see [1] and [2]). Applications that do not correctly handle newlines treat data that follows a newline as a new row of data. This leads to unexpected behaviour and errors when importing CSV files. One workaround for this limitation is to use software that correctly processes CSV files. For example, OpenOffice can be used to import a CSV file that contains newlines in data fields. The resulting spreadsheet can either be used as is or OpenOffice can be used to save the file in Microsoft Excel format (e.g. .xls). The file can then be opened for editing in Microsoft Excel. In a similar way, Google Docs can be used to import the CSV file. Again, the resulting spreadsheet may be used as is or Google Docs may be used to save the file in Microsoft Excel format for editing in Microsoft Excel. ## OpenOffice OpenOffice may be obtained free of charge for Windows, Mac, and Linux: http://www.openoffice.org Alternately, Mac users can use NeoOffice, an OpenOffice port for the Mac: http://www.neooffice.org ## Google Docs Google Docs require an Internet connection and a Google account: http://docs.google.com ## Additional Information [1] http://tools.ietf.org/html/rfc4180 [2] http://en.wikipedia.org/wiki/Comma-separated_values