Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SheetJS/sheetjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.17
Choose a base ref
...
head repository: SheetJS/sheetjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.5
Choose a head ref
  • 15 commits
  • 259 files changed
  • 7 contributors

Commits on Jan 11, 2018

  1. archaic browser compatibility and testing

    IE11 Compatibility View levels 5 and 7 (see #952)
    Firefox 5.0+ passes browser test (see #950)
    reviewher committed Jan 11, 2018
    Copy the full SHA
    c654a26 View commit details

Commits on Jan 22, 2018

  1. added height/width constraint to canvas-datagrid

    Tony Germaneri committed Jan 22, 2018
    Copy the full SHA
    376db8f View commit details

Commits on Jan 23, 2018

  1. version bump 0.11.18: infrastructure

    - updated dependencies
    - fixed eslint config
    - fusebox demo
    SheetJSDev committed Jan 23, 2018
    Copy the full SHA
    c2ec755 View commit details

Commits on Jan 27, 2018

  1. demo refresh [ci skip]

    SheetJSDev committed Jan 27, 2018
    Copy the full SHA
    edf7150 View commit details

Commits on Feb 3, 2018

  1. version bump 0.11.19: browser writeFile

    - IE6-9 ActiveX + VBScript shim
    - `writeFile` supported in browser
    - `oldie` demo for IE write strategies
    SheetJSDev committed Feb 3, 2018
    Copy the full SHA
    75845a0 View commit details

Commits on Feb 5, 2018

  1. VBA CFB test [ci skip]

    maxim-kht committed Feb 5, 2018
    Copy the full SHA
    fb97bf1 View commit details

Commits on Feb 8, 2018

  1. version bump 0.12.0: extendscript fixes

    - ExtendScript write quirks (fixes #986 h/t @grefel)
    - BIFF8 write number formats (fixes #987 h/t @scwood)
    - xlsx.extendscript.js library script
    - readFile / writeFile support ExtendScript
    - flow update
    SheetJSDev committed Feb 8, 2018
    Copy the full SHA
    f002afa View commit details

Commits on Feb 14, 2018

  1. version bump 0.12.1: BIFF5 features

    - BIFF5 write number formats and other features
    - XLSX/XLSB/BIFF8 Suppress "Number stored as Text" errors
    - codename awareness (fixes #992 h/t @samusstrike)
    - updated CFB to 1.0.3
    - demo refresh
    SheetJSDev committed Feb 14, 2018
    Copy the full SHA
    19620da View commit details

Commits on Feb 18, 2018

  1. fix infinite recursion

    mugai17 committed Feb 18, 2018
    Copy the full SHA
    88e9e31 View commit details

Commits on Feb 21, 2018

  1. version bump 0.12.2: BIFF2-4 features

    - correct BIFF-dependent cell reference wrapping
    - record layout fixes from sample files
    - use BIFF version 2.4.338 for BOF (fixes #995 h/t @benjaminleetmaa)
    - fixed potentially vulnerable regexes (h/t @davisjam)
    - removed insecure deep dependency (fixes #996 h/t @dcatoday)
    SheetJSDev committed Feb 21, 2018
    Copy the full SHA
    8508ad4 View commit details

Commits on Feb 28, 2018

  1. version bump 0.12.3: cleanup

    - PtgList and old Ptg record support
    - fleshed out ftab constants from macrosheet support
    - reimplemented / fixed / removed shim functions
    - demo refresh
    SheetJSDev committed Feb 28, 2018
    Copy the full SHA
    5dd16ae View commit details

Commits on Mar 6, 2018

  1. version bump 0.12.4: zip cleanup

    - PK magic number bound (fixes #1013 h/t @wlpeter)
    - removed JSZip conflict (fixes #1017 h/t @seanmars)
    - updated CFB to 1.0.5
    - demo HTML conversion `string`
    SheetJSDev committed Mar 6, 2018
    Copy the full SHA
    7149728 View commit details

Commits on Mar 7, 2018

  1. Copy the full SHA
    be4e21c View commit details
  2. Electron README cleanup [ci skip]

    use `XLSX` rather than `X` in README
    georgiebin committed Mar 7, 2018
    Copy the full SHA
    73a5e50 View commit details

Commits on Mar 13, 2018

  1. version bump 0.12.5: ancillary utility update

    - add BOM to `stream.to_csv` (fixes #1024 h/t @hr5959)
    - `utils.format_cell` type (h/t @victorj2307)
    - duktape niggles
    - demo cleanup
    SheetJSDev committed Mar 13, 2018
    1
    Copy the full SHA
    5de62a9 View commit details
Loading