Using java.awt.image.BufferedImage for creating BIFF8 BITMAP record takes much time - Is there any better approach?
问题 So I am creating a HSSFSheet having a background bitmap set using apache poi and own low level code. The https://www.openoffice.org/sc/excelfileformat.pdf declares for the Record BITMAP, BIFF8 : Pixel data (array of height lines of the bitmap, from bottom line to top line, see below) ... In each line all pixels are written from left to right. Each pixel is stored as 3-byte array: the red, green, and blue component of the colour of the pixel, in this order. The size of each line is aligned to