dotnetcore/NPOI

AutoSizeColumn should support full-width characters

Flithor opened this issue · 0 comments

I've checked the code

public static double GetColumnWidth(ISheet sheet, int column, bool useMergedCells)

Looks you are just use the fixed width of the single half-width character with the content length to calating the cell width.
But it's not fit for the full-width characters.