dunkboy

Results 4 issues of dunkboy

The generated GIF file is too large to be compressed? Or can you only make the source file smaller? If you can, can you guide me?

poi的如下方法无法获取嵌入单元格的图片,返回xssfDrawing == null ctDrawing == nul private void getAllPictures(Sheet sheet) { if (sheet instanceof XSSFSheet) { this.isXSSFSheet = true; XSSFDrawing xssfDrawing = ((XSSFSheet)sheet).getDrawingPatriarch(); if (xssfDrawing == null) { return; }...