We have a case in production environment: client produced a template which has 10000 columns and 10000 rows, that is a matrix with 10000 * 10000 cells and every cell in the matrix is filled with custom function like “lookup(A{r},C1…10000)” .
image.jpg (116.8 KB)
After the execution of WorkbookDesigner.process it will lead to cpu 100% and massive memory is cost. In this case it is a wrong way to use Smart Marker but we can’t find an elegant way to restrict our clients how to use in right way.
So I want to know if we have some API to restrict the total number of formula or cells to avoid cpu 100% and massive in the “WorkbookDesigner.process”. Like setMaxFormulaNumber or setMaxCellsNumber N if the number is beyond N the “WorkbookDesigner.process” will be terminated automatically.
Hope for your reply.