赞
踩
其中的1~5步考虑到效率问题,使用C++代码编写,并编译成了so文件在代码中进行调用。
public class TrimCell {
private int LeftTopRow; //单元格左上角的纵坐标像素位置
private int LeftTopColumn; //单元格左上角的横坐标像素位置
private int RightBottomRow; //单元格右下角的纵坐标像素位置
private int RightBottomColumn; //单元格右下角的横坐标像素位置
private int StartRow; //在原表格的开始行
private int EndRow
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。