OpenOffice-OODoc - Re: Not grabbing multiple values if they are the same

Posted on Wed Feb 8 18:30:24 2006 by mlcohen in response to 1770 (See the whole thread of 2)
Re: Not grabbing multiple values if they are the same
You probably didn't call normalizeSheet() on the spreadsheet. Openoffice compresses spreadsheets when saving, so there's probably some kind of tag telling it to repeat a cell a few times. Unless you call normalizeSheet() on the spreadsheet, I think it will probably miss the repeated cells.
-Matt
Write a response