excel - Using cloneSheet with poi SXSSF -


i using sxssf write large numbers of data in 1 excel-file.

i have seen 'clonesheet' method isn't implemented:

/**  * create sheet existing sheet in workbook.  *  * @return sheet representing cloned sheet.  */ public sheet clonesheet(int sheetnum) {     throw new runtimeexception("notimplemented"); } 

but don't understand why. logically correct it's missing? or bug?

i forward answers , able clone sheets sxssf.

best regards, louisa.

thank @gagravarr: "sxssf things can work in streaming manner, cloning can't."

i resolve have sheets in excel template first, , when don't use them, remove them....


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -