??? 06/21/07 08:23 Read: times |
#141121 - File formats Responding to: ???'s previous message |
Pradeep Arjun Kumbharkar said:
file type = .dbf or excel I strongly recommend that you don't try to interpret the content of these application files with an 8051! If you insist, try here for a description of the internal file formats: http://www.wotsit.org/list.asp?fc=6 Again, I think you would be far better off to preprocess the files on the PC and create some simple format for the 8051 to read: see: http://www.8052.com/forum/read.phtml?id=141119 As Russell suggests, CSV and XML could be worth considering: http://www.8052.com/forum/read.phtml?id=141114 |