Apache poi克隆工作表部分复制注释(注释存在但没有绘图)。
创始人
2024-09-04 17:00:51
0

要克隆Apache POI工作表的部分并复制注释(注释存在但没有绘图),可以按照以下步骤进行操作:

  1. 首先,使用POI库加载现有的工作簿文件。
Workbook workbook = WorkbookFactory.create(new FileInputStream("input.xlsx"));
  1. 然后,获取要克隆的源工作表和目标工作表的索引。
int sourceSheetIndex = 0; // 要克隆的源工作表索引
int targetSheetIndex = 1; // 目标工作表的索引
  1. 接下来,使用源工作表索引获取源工作表对象。
Sheet sourceSheet = workbook.getSheetAt(sourceSheetIndex);
  1. 然后,使用源工作表对象创建目标工作表对象。
Sheet targetSheet = workbook.cloneSheet(targetSheetIndex);
  1. 现在,我们需要复制源工作表的注释到目标工作表。首先,获取源工作表的所有注释。
Drawing drawing = sourceSheet.createDrawingPatriarch();
List comments = drawing.getComments();
  1. 然后,使用目标工作表的绘图对象,循环遍历源工作表的注释,并将它们复制到目标工作表。
Drawing targetDrawing = targetSheet.createDrawingPatriarch();
for (Comment comment : comments) {
    ClientAnchor anchor = comment.getClientAnchor();
    Comment newComment = targetDrawing.createCellComment(anchor);
    newComment.setString(comment.getString());
    targetDrawing.createCellComment(newComment);
}
  1. 最后,保存工作簿到文件或流中。
workbook.write(new FileOutputStream("output.xlsx"));
workbook.close();

完整的代码示例如下:

import org.apache.poi.ss.usermodel.*;
import org.apache.poi.xssf.usermodel.XSSFWorkbook;

import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.List;

public class CloneWorksheetWithCommentsExample {
    public static void main(String[] args) throws IOException {
        Workbook workbook = WorkbookFactory.create(new FileInputStream("input.xlsx"));

        int sourceSheetIndex = 0; // 要克隆的源工作表索引
        int targetSheetIndex = 1; // 目标工作表的索引

        Sheet sourceSheet = workbook.getSheetAt(sourceSheetIndex);
        Sheet targetSheet = workbook.cloneSheet(targetSheetIndex);

        Drawing drawing = sourceSheet.createDrawingPatriarch();
        List comments = drawing.getComments();

        Drawing targetDrawing = targetSheet.createDrawingPatriarch();
        for (Comment comment : comments) {
            ClientAnchor anchor = comment.getClientAnchor();
            Comment newComment = targetDrawing.createCellComment(anchor);
            newComment.setString(comment.getString());
            targetDrawing.createCellComment(newComment);
        }

        workbook.write(new FileOutputStream("output.xlsx"));
        workbook.close();
    }
}

请注意,此示例假设输入文件为XLSX格式,并且源工作表和目标工作表的索引已根据实际情况进行设置。

相关内容

热门资讯

透视脚本!wepoker免费透... 透视脚本!wepoker免费透视脚本,从来有挂(透视)玩家教程(有挂教程)1、下载好wepoker免...
透视挂!wepoker怎么发冤... 透视挂!wepoker怎么发冤家牌,其实是有挂(透视)扑克教程(有挂辅助)1、下载好wepoker怎...
透视私人局!pokerworl... 透视私人局!pokerworld修改器,一直是有挂(透视)wepoke教程(有挂规律)1、进入到po...
透视科技!hhpoker透视脚... 透视科技!hhpoker透视脚本下载,一向真的有挂(透视)揭秘教程(有挂攻略)该软件可以轻松地帮助玩...
透视线上!拱趴大菠萝机器人,确... 透视线上!拱趴大菠萝机器人,确实真的有挂(透视)玩家教程(有挂规律);1、首先打开拱趴大菠萝机器人最...
透视辅助!德普之星透视辅助软件... 透视辅助!德普之星透视辅助软件是真的吗,起初存在有挂(透视)德州教程(有挂教程)1、起透看视 德普之...
透视最新!hhpkoer辅助器... 透视最新!hhpkoer辅助器视频,从前真的有挂(透视)可靠教程(有挂细节)所有人都在同一条线上,像...
透视智能ai!aapoker插... 透视智能ai!aapoker插件下载,原先真的是有挂(透视)教你教程(有挂介绍);1、实时aapok...
透视教学!wpk模拟器多开,原... 透视教学!wpk模拟器多开,原来有挂(透视)切实教程(有挂规律)透视教学!wpk模拟器多开,原来有挂...
透视神器!pokemomo辅助... 透视神器!pokemomo辅助工具,果然是真的有挂(透视)新版2025教程(有挂工具)1、任何pok...