2022年8月22日-POI-drawing.
sheet中的单位
统一使用EMU
1EMU = (1 / 914400) US inch = (1 / 360000) cm
PIXEL_DPI = 96
POINT_DPI = 72
emu = (pixel / 96) * 914400
emu = (point / 72) * 914400
1 pixel = (914400 / 96 ) = 9525 emu
1 point = (914400 / 72) = 12700 emu
7 is single char pixel |
字体像素计算
计算
using System; |
转json
|
使用
根据workbook中的字体查表获取对应的digitWidth、cellWidth、cellPixelWidth
|
转换
|
Reference
precisely-placing-images-in-an-open-xml-spreadsheet
Convert Excel column width between characters unit and pixels (points)