dhoerl / DHlibxls

Framework to read Excel xls spreadsheets
271 stars 86 forks source link

Do not work with .xlsx #8

Closed minhduc7789 closed 11 years ago

minhduc7789 commented 11 years ago

Your app does not work with .xslx. How can i fix it?

dhoerl commented 11 years ago

You will need to completely rewrite it as the new format is XML based and is nothing like the old format.

Sent from my iPhone 4.

On Apr 10, 2013, at 6:54 AM, minhduc7789 notifications@github.com wrote:

Your app does not work with .xslx. How can i fix it

— Reply to this email directly or view it on GitHub.

minhduc7789 commented 11 years ago

i know, new xlsx formart is zip xml based, not ole. but i am not good at c/c++. do not know how to rewrite it. can you help me ro give me some instructions.

dhoerl commented 11 years ago

On 4/10/13 11:14 PM, minhduc7789 wrote:

i know, new xlsx formart is zip xml based, not ole. but i am not good at c/c++. do not know how to rewrite it. can you help me ro give me some instructions.

This is a massive amount of work - I would assume about 1 year to do properly. Look around, you can probably find someone who has done a C or C++ library now.

minhduc7789 commented 11 years ago

btw, thank u so much