Skip to content

ph-municipalities_v1.0.8

Compare
Choose a tag to compare
@ciatph ciatph released this 12 Feb 03:38
· 260 commits to master since this release
d6de5d5

Summary

February 12, 2023

  • Data setter method for class ExcelFile's this.#datalist field, #53
  • fastload constructor param to defer loading and parsing a local excel file:
    const localfile = new ExcelFile({
      pathToFile: path.join(__dirname, 'loadme.xlsx'),
      fastload: false // default is true
    })
    
    // No need to init() on local files when fastload=true
    localfile.init()
    

What's Changed

Full Changelog: v1.0.7...v1.0.8