[jopendocument] Enormus memory usage.

2020-01-19 Thread igNights77
Hello. I have been using jOpenDocument for some time now, and it behaves in a way that I do not understand. I have a *SpreadSheet* with only one non-empty *Sheet* containing 57495 rows and 476 columns. Around 80% of the cells are blank, and with no style. The rest have a small *String*

Re: [jopendocument] Enormus memory usage.

2020-01-19 Thread Guillaume Maillard
Hi, getCellAt is a very high level function, it resolves all the information about the cells. For bulk processing, use low level APIs to manipulate the DOM. Regards, Guillaume Le dim. 19 janv. 2020 à 12:49, igNights77 a écrit : > > Hello. > > > I have been using jOpenDocument for some time

[jopendocument] Re: Enormus memory usage.

2020-01-19 Thread igNights77
Thank you for your reply Guillaume. Would you be able to show me an example of how to set the style of a cell at the lowest level possible? Thanks again! -- --- You received this message because you are subscribed to the Google Groups "jOpenDocument" group. To unsubscribe from this group