IO package: Difference between revisions

Jump to navigation Jump to search
2 bytes added ,  23 April 2012
Line 203: Line 203:
== XLS support ==
== XLS support ==
=== Files content ===
=== Files content ===
* xlsread.m''' — All-in-one function for reading data from one specific worksheet in an Excel spreadsheet file. This script has Matlab-compatible functionality.
* '''xlsread.m''' — All-in-one function for reading data from one specific worksheet in an Excel spreadsheet file. This script has Matlab-compatible functionality.
* '''xlswrite.m''' — All-in-one function for writing data to one specific worksheet in an Excel spreadsheet file. This script has Matlab-compatible functionality.
* '''xlswrite.m''' — All-in-one function for writing data to one specific worksheet in an Excel spreadsheet file. This script has Matlab-compatible functionality.
* '''xlsfinfo.m''' — All-in-one function for exploring basic properties of an Excel spreadsheet file. This script has Matlab-compatible functionality.
* '''xlsfinfo.m''' — All-in-one function for exploring basic properties of an Excel spreadsheet file. This script has Matlab-compatible functionality.
Line 212: Line 212:
* '''parsecell.m''' — Function for separating the data in raw arrays returned by xls2oct, into numerical/logical and text (cell) arrays.
* '''parsecell.m''' — Function for separating the data in raw arrays returned by xls2oct, into numerical/logical and text (cell) arrays.
* '''chk_spreadsheet_support.m''' — Internal function for (1) checking, (2) setting up, (3) debugging spreadsheet support. While not specifically meant for direct invocation from the Octave prompt (it is more useful during initialization of Octave itself) it can be very helpful when hunting down issues with spreadsheet support in Octave.
* '''chk_spreadsheet_support.m''' — Internal function for (1) checking, (2) setting up, (3) debugging spreadsheet support. While not specifically meant for direct invocation from the Octave prompt (it is more useful during initialization of Octave itself) it can be very helpful when hunting down issues with spreadsheet support in Octave.
* '''spsh_chkrange.m''', '''spsh_prstype.m''', '''getusedrange.m''', '''calccelladdress.m''', '''parse_sp_range.m''' — Support files called by the scripts and not meant for direct invocation by users.  
* '''spsh_chkrange.m''', '''spsh_prstype.m''', '''getusedrange.m''', '''calccelladdress.m''', '''parse_sp_range.m''' — Support files called by the scripts and not meant for direct invocation by users.


=== Required support software ===
=== Required support software ===
Anonymous user

Navigation menu