I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-11-21 07:36:25-08 by illusion
Problems with some cells
Hello, i am using the parseexcel module to gather data from certain cells in Excel spreadsheets and today is the 1st time I am having trouble with it. There are certain cells that come up like this: '\0A\0n\0i\0m\0e\0r\0 \0a\0v\0e\0c\0 \0d \0a\0u\0t\0r\0e\0s\0 \0m\0e\0t\0h\0o\0d\0e\0s\0 \0q\0u\0e\0 \0l \0e\0x\0p\0o\0s\0e' although the text is clear in the cell, like this: 'Animer avec d autres methodes que l expose'. Code:
[...] elsif ($iC == 1) { $course_title = $oWkC->{Val}; $course_title =~ s/\s+$//; # remove eventually trailing whitespaces $course_title =~ s/^\s+//; # remove eventually leading whitespaces [...]
Direct Responses: 3589 | Write a response
Posted on 2006-11-21 08:06:11-08 by szabgab in response to 3588
Re: Problems with some cells
Are you using the latest development version of the module?
If not, please try that one.
If you still have the same problem I'd appreciate if you sent me a small Excel file that I can can include to test this. szabgab@gmail.com
Gabor
Direct Responses: Write a response