我正在使用 SXSSF 在一个 excel 文件中写入大量数据。
我已经看到没有实现“cloneSheet”方法:
/**
* Create an Sheet from an existing sheet in the Workbook.
*
* @return Sheet representing the cloned sheet.
*/
public Sheet cloneSheet(int sheetNum)
{
throw new RuntimeException("NotImplemented");
}
但我不明白为什么。它丢失在逻辑上是否正确?或者它是一个错误?
我期待您的回答和帮助,以便能够使用 SXSSF 克隆工作表。
最好的问候,路易莎。