Hi, dolanmiu. Thank you for awesome library.
I has a problem when creating a full-width table with code:
const table = doc.createTable(3, headers.length) table.setWidth(WidthType.PERCENTAGE, '100%')
It works fine when open in Microsoft Word, but wrong width when preview in Google Docs or Finder (I'm using MacOS).
Microsoft Word:

Google Docs:

Finder Preview:

Hi, dolanmiu. Thank you for awesome library.
I has a problem when creating a full-width table with code:
const table = doc.createTable(3, headers.length) table.setWidth(WidthType.PERCENTAGE, '100%')It works fine when open in Microsoft Word, but wrong width when preview in Google Docs or Finder (I'm using MacOS).
Microsoft Word:
Google Docs:
Finder Preview: