html-to-xlsx

node.js based html to xlsx transformation

MIT License

Downloads
13.7K
Stars
35
html-to-xlsx - 3.0.0 Latest Release

Published by bjrmatos 8 months ago

  • update jsreport-exceljs to fix snyk audit
  • bump min node.js version to 18.15
html-to-xlsx - 2.2.4

Published by bjrmatos over 1 year ago

  • update deps to fix some npm audit warnings
html-to-xlsx - 2.2.3

Published by bjrmatos almost 2 years ago

  • update deps to fix some npm audit warnings
html-to-xlsx - 2.2.2

Published by bjrmatos about 2 years ago

  • update deps to fix npm audit
html-to-xlsx - 2.2.1

Published by bjrmatos about 2 years ago

  • update deps to fix npm audit
html-to-xlsx - 2.2.0

Published by bjrmatos about 3 years ago

  • allow not legal xml characters, this allow us to support emojis and other related utf8 characters
html-to-xlsx - 2.1.0

Published by pofider about 3 years ago

updated deps

html-to-xlsx -

Published by bjrmatos almost 4 years ago

  • make the columns widths calculation more precise
html-to-xlsx - 2.0.2

Published by bjrmatos almost 4 years ago

html-to-xlsx - 2.0.1

Published by bjrmatos about 4 years ago

  • update exceljs to fix sheet id generation when using a base template
html-to-xlsx - 2.0.0

Published by bjrmatos over 4 years ago

  • rewrite implementation to use exceljs for streaming support that uses less memory and cpu when generating big documents
  • new api for rows extracting that enables streaming support
html-to-xlsx - 1.1.1

Published by bjrmatos over 5 years ago

  • fix special case with rowspan/colspan layout
  • allow text wrap if overflow is “auto”
html-to-xlsx - 1.1.0

Published by bjrmatos over 5 years ago

add new implementation that adds supports for different features

  • support for font-family
  • support for border-color
  • support for cell with data type
  • support for cell with formula
  • support for cell with format
html-to-xlsx - 1.0.2

Published by bjrmatos about 6 years ago

  • support more complex cases with rowspan
html-to-xlsx - 1.0.1

Published by pofider over 6 years ago

  • fix for libre office - different zip lib
html-to-xlsx - 1.0.0

Published by bjrmatos over 6 years ago

  • refactor to use node 8
  • remove strategies implementation in favor of extract functions
html-to-xlsx - 0.6.8

Published by bjrmatos almost 7 years ago

  • fix issue about wrong width of cells when having multiple "colspan" in different rows (#24)
html-to-xlsx - 0.6.7

Published by bjrmatos almost 7 years ago

  • final height of row should not be based on cells with rowspan (fix #20)
html-to-xlsx - 0.6.6

Published by bjrmatos about 7 years ago

  • final width of cell should not be based on merged cells (fix #19)
  • add support for text wrapping in cell via overflow css property (#18)
  • add method to kill workers
html-to-xlsx - 0.6.5

Published by pofider over 7 years ago

  • update phantom packages, support for azure web apps