|
|
| File Information |
| Description |
CSV2STRUCT reads Excel's files stored in .xls or .csv file formats and stores results as a struct.
DESCRIPTION
The Excel file is assumed to have a single header row. The output struct will have a field for each column and the field name will be based on the column name read from the header.
Unlike csvread, csv2struct is able to read files with both text and number fields. Unlike xlsread, csv2struct is able to read .csv files with more than 65536 rows.
Utility was originally written for reading large .csv files.
See also:
MATLAB's csvread and xlsread functions
xml_read from my xml_io_tools which creates struct out of xml files |
| Acknowledgements |
This submission has inspired the following:
Struct array conversion
|
| MATLAB release |
MATLAB 7.7 (R2008b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com