Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Reducing the memory usage of Spreadsheet::ParseExcel

by joeperl (Acolyte)
on Mar 07, 2010 at 11:33 UTC ( [id://827212]=note: print w/replies, xml ) Need Help??


in reply to Reducing the memory usage of Spreadsheet::ParseExcel

hi john,
Here im again with another question.. :)
Im parsing an excel sheet where there are hex address values, which are calculated through formulae based on the values of other cells..
One strange thing i noticed is that while parsing hex values which have alphabets (A,B,C,D,E) i get the values as as they are, but while parsing values with out alphabets (like 00408000) i get the values as 0040 8000..
Why is that a space is added in the value ? howw to workaround this issue? also the value 00000000 is read as just 0.. is there a way where i can read it as 32 bit address 00000000 ?

Replies are listed 'Best First'.
Re^2: Reducing the memory usage of Spreadsheet::ParseExcel
by jmcnamara (Monsignor) on Mar 07, 2010 at 20:03 UTC

    The best thing to do is to send an example spreadsheet to the email address in the Spreadsheet::WriteExcel docs and I'll have a look at it.

    You can reduce the file down to a few example cells if you wish.

    --
    John.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://827212]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-28 10:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found