How to build a program that can read the content of a very simple MS Excel file?

2007-06-12 Thread Huge Mountain
Hello everyone. I'm trying to build a program to read the content of a Microsoft Excel file, just read a very simple Excel file (a file with text in cell A1, A2,..., don't care about formula, chart,...). I simply want to read the content of cell A1. With that, I can get the binary format of MS

Re: How to build a program that can read the content of a very simple MS Excel file?

2007-06-12 Thread Jody Goldberg
On Wed, Jun 13, 2007 at 08:24:49AM +0700, Huge Mountain wrote: Hello everyone. I'm trying to build a program to read the content of a Microsoft Excel file, just read a very simple Excel file (a file with text in cell A1, A2,..., don't care about formula, chart,...). I simply want to read the