Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).
Hi, I want to read data from an excel file using C program in CCS 3.1, can it support that ? Thanks. REgards, Dayah ------------------------------------ Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467
Dayah- > I want to read data from an excel file using C program in CCS 3.1, > can it support that ? Thanks. Yes but you have to do some work. You can use standard file I/O to access the file, then you have to parse the Excel file format to extract your data. Suggest to put any file I/O code into main() function, before real-time code runs (i.e. initialization only). -Jeff ------------------------------------ Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467
Dayah- > Can you give me some exmples from any sources or documents about how to read this > excel file ? Thanks. How to read Excel files is not a DSP-specific question... but anyway here is some info on Excel file format: http://sc.openoffice.org/excelfileformat.pdf -Jeff > Jeff Brower <j...@signalogic.com> wrote: > > Dayah- > > > I want to read data from an excel file using C program in CCS 3.1, > > can it support that ? Thanks. > > Yes but you have to do some work. You can use standard file I/O to access > the file, > then you have to parse the Excel file format to extract your data. > Suggest to put > any file I/O code into main() function, before real-time code runs (i.e. > initialization only). > > -Jeff >
Hi,
Can you give me some exmples from any sources or documents about how to read this excel file
? Thanks.
Regards,
Dayah
Jeff Brower <j...@signalogic.com> wrote:
Dayah-
> I want to read data from an excel file using C program in CCS 3.1,
> can it support that ? Thanks.
Yes but you have to do some work. You can use standard file I/O to access the file,
then you have to parse the Excel file format to extract your data. Suggest to put
any file I/O code into main() function, before real-time code runs (i.e.
initialization only).
-Jeff
------------------------------------
Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution
for Commercial & Consumer End Equipment: www.ti.com/dm6467