On 13:34 Thu 26 Jul , Zoran Lukacevic wrote: > Good day, > I am using Openoffice.org v2.2.1. The limitation of spreadsheet in Calc is > 256 columns. I need more of the columns. > Is that going to be fixed in some future version of Openoffice.org? Maybe > some future version will have, let's say, 10000 columns? Is that possible? > Best regards. > Zoran Lukacevic
I think you will find that with a spreadsheet, more than 256 columns will start to rapidly increase the lag time (unless you are running on a Cray supercomputer) :) I recently set up a spreadsheet with 200+ columns and 5000+ rows which slowed the recalculation to almost a standstill. I redesigned to use multiple sheets which improved the times tremendously and am now in the process of porting everything to sqlite database which, as far as I have ascertained, handles my data with no problem. If at all possible I would reccommend looking at your sheet and a possible redesign or move to a full blown database Regards, Joseph -- It is often safer to be in chains than to be free. Joseph K --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
