Hey thanks everyone for posting responses , i genuinely appreciate the help.
1. Need some one to explain how to open files such as word files using code.
MORE help plz??
Started by russian777, Nov 27 2008 05:38 PM
6 replies to this topic
#1
Posted 27 November 2008 - 05:38 PM
|
|
|
#2
Posted 27 November 2008 - 10:02 PM
That would be very tricky without some sort of API or documentation on the file format, unless you're using embedded VBA, not C/C++. I found some doc specs on the Word 97 format, but that's it.
Attached Files
#3
Posted 02 December 2008 - 05:13 PM
The word format is proprietary, There is no public specs about it and you would need to reverse engineer it(like Google did for 97-2003's .doc I think).
Though there are other open source formats, like OpenOffice's.
Good luck anyways :) .
Though there are other open source formats, like OpenOffice's.
Good luck anyways :) .
#4
Posted 02 December 2008 - 08:06 PM
OpenOffice.org has published specs (not complete) on several MS Office document formats. I was reading the Excel format earlier today and it was both thorough and unpleasant.
#5
Posted 02 December 2008 - 09:52 PM
...like many other Microsoft products.
#6
Posted 03 December 2008 - 01:48 AM
dargueta said:
...like many other Microsoft products.
i think so~
#7
Posted 03 December 2008 - 04:14 AM
The new version of Office, and all future versions, support the Open Document standard. I would advise you don't bother with the older formats, whose structure changed dramatically between releases, and stick with the future (*_^) OpenOffice also natively supports this format.


Sign In
Create Account


Back to top










