exceljs/exceljs

Column width not accurate

Open

#744 opened on Feb 9, 2019

View on GitHub
 (13 comments) (3 reactions) (0 assignees)JavaScript (1,534 forks)batch import
bughelp wanted

Repository metrics

Stars
 (11,838 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi, If I want to define the column width, I need to add to almost every width a value of 0.71. So if I want a width of 12, I need actually to define it like column.width = 12.71. Only when it comes to the width of less then 1, this addition actually varies.

Does anybody have an experience, what could cause such a behavior?

Thanks

Contributor guide