|
|
| Problems? Is your data what you think it is? | |
| PerlMonks |
Spreadsheet::ParseXLSX question on merged cellsby chafelix (Acolyte) |
| on Nov 12, 2025 at 23:04 UTC ( [id://11166696]=perlquestion: print w/replies, xml ) | Need Help?? |
|
chafelix has asked for the wisdom of the Perl Monks concerning the following question: I am using Spreadsheet:Parsexlsx to read an excel file. I need to say "if this is a merged cell, then...." I used ptkdb to see what attributes there are. So each cell has -Col and Row ( numbers) -Format with keys (AlignH,AlignV, BdrColor, BdrDiag,Bdrstyle) -Fill (an array) -FmtIdx (a number) -Font (another hash ref) -FontNo -Hiden -a number of Ignores -FormatNo -Rich -Sheet -Type _Val and value -Lock -Rotate -Shrink -Wrap, (all these numbers) The problem is none of these seem to have the info I need. Any ideas?
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||||||||