@amcharts/amcharts5 5.3.10 → 5.3.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/.internal/bundled/xlsx/CHANGELOG.md +328 -0
  2. package/.internal/bundled/xlsx/LICENSE +201 -0
  3. package/.internal/bundled/xlsx/README.md +40 -0
  4. package/.internal/bundled/xlsx/bin/xlsx.njs +310 -0
  5. package/.internal/bundled/xlsx/bower.json +22 -0
  6. package/.internal/bundled/xlsx/dist/LICENSE +201 -0
  7. package/.internal/bundled/xlsx/dist/cpexcel.d.ts +39 -0
  8. package/.internal/bundled/xlsx/dist/cpexcel.full.mjs +1502 -0
  9. package/.internal/bundled/xlsx/dist/cpexcel.js +1506 -0
  10. package/.internal/bundled/xlsx/dist/shim.min.js +2 -0
  11. package/.internal/bundled/xlsx/dist/xlsx.core.min.js +17 -0
  12. package/.internal/bundled/xlsx/dist/xlsx.core.min.map +1 -0
  13. package/.internal/bundled/xlsx/dist/xlsx.extendscript.js +26629 -0
  14. package/.internal/bundled/xlsx/dist/xlsx.full.min.js +23 -0
  15. package/.internal/bundled/xlsx/dist/xlsx.full.min.map +1 -0
  16. package/.internal/bundled/xlsx/dist/xlsx.mini.min.js +10 -0
  17. package/.internal/bundled/xlsx/dist/xlsx.mini.min.map +1 -0
  18. package/.internal/bundled/xlsx/dist/xlsx.zahl.js +4 -0
  19. package/.internal/bundled/xlsx/dist/xlsx.zahl.mjs +2 -0
  20. package/.internal/bundled/xlsx/dist/zahl.d.ts +4 -0
  21. package/.internal/bundled/xlsx/package.json +147 -0
  22. package/.internal/bundled/xlsx/types/index.d.ts +990 -0
  23. package/.internal/bundled/xlsx/types/tsconfig.json +15 -0
  24. package/.internal/bundled/xlsx/xlsx.js +26473 -0
  25. package/.internal/bundled/xlsx/xlsx.mjs +26598 -0
  26. package/.internal/bundled/xlsx/xlsxworker.js +14 -0
  27. package/.internal/charts/hierarchy/Hierarchy.d.ts +7 -0
  28. package/.internal/charts/hierarchy/Hierarchy.d.ts.map +1 -1
  29. package/.internal/charts/hierarchy/Hierarchy.js +19 -3
  30. package/.internal/charts/hierarchy/Hierarchy.js.map +1 -1
  31. package/.internal/charts/map/MapChart.d.ts +2 -2
  32. package/.internal/charts/map/MapChart.d.ts.map +1 -1
  33. package/.internal/charts/map/MapChart.js +18 -10
  34. package/.internal/charts/map/MapChart.js.map +1 -1
  35. package/.internal/charts/stock/StockChart.d.ts +4 -4
  36. package/.internal/charts/stock/StockChart.d.ts.map +1 -1
  37. package/.internal/charts/stock/StockChart.js +48 -44
  38. package/.internal/charts/stock/StockChart.js.map +1 -1
  39. package/.internal/charts/stock/drawing/AverageSeries.js +1 -1
  40. package/.internal/charts/stock/drawing/AverageSeries.js.map +1 -1
  41. package/.internal/charts/stock/indicators/Indicator.js +3 -3
  42. package/.internal/charts/stock/indicators/Indicator.js.map +1 -1
  43. package/.internal/charts/stock/indicators/VWAP.js +1 -1
  44. package/.internal/charts/stock/indicators/VWAP.js.map +1 -1
  45. package/.internal/charts/stock/indicators/WilliamsR.js +1 -1
  46. package/.internal/charts/stock/indicators/WilliamsR.js.map +1 -1
  47. package/.internal/charts/xy/axes/AxisRendererX.d.ts.map +1 -1
  48. package/.internal/charts/xy/axes/AxisRendererX.js +3 -1
  49. package/.internal/charts/xy/axes/AxisRendererX.js.map +1 -1
  50. package/.internal/charts/xy/axes/AxisRendererY.d.ts.map +1 -1
  51. package/.internal/charts/xy/axes/AxisRendererY.js +4 -2
  52. package/.internal/charts/xy/axes/AxisRendererY.js.map +1 -1
  53. package/.internal/charts/xy/axes/DateAxis.js +2 -2
  54. package/.internal/charts/xy/axes/DateAxis.js.map +1 -1
  55. package/.internal/charts/xy/series/XYSeries.d.ts +6 -0
  56. package/.internal/charts/xy/series/XYSeries.d.ts.map +1 -1
  57. package/.internal/charts/xy/series/XYSeries.js.map +1 -1
  58. package/.internal/core/Classes.d.ts +203 -201
  59. package/.internal/core/Classes.d.ts.map +1 -1
  60. package/.internal/core/Classes.js.map +1 -1
  61. package/.internal/core/Registry.js +1 -1
  62. package/.internal/core/Registry.js.map +1 -1
  63. package/.internal/core/Root.d.ts +1 -1
  64. package/.internal/core/Root.d.ts.map +1 -1
  65. package/.internal/core/Root.js +12 -3
  66. package/.internal/core/Root.js.map +1 -1
  67. package/.internal/core/render/Container.js +1 -1
  68. package/.internal/core/render/Container.js.map +1 -1
  69. package/.internal/core/render/Legend.js +5 -5
  70. package/.internal/core/render/Legend.js.map +1 -1
  71. package/.internal/core/render/Series.d.ts +2 -2
  72. package/.internal/core/render/Series.d.ts.map +1 -1
  73. package/.internal/core/render/Series.js +41 -39
  74. package/.internal/core/render/Series.js.map +1 -1
  75. package/.internal/core/render/Sprite.js +8 -8
  76. package/.internal/core/render/Sprite.js.map +1 -1
  77. package/.internal/core/render/backend/CanvasRenderer.d.ts +13 -12
  78. package/.internal/core/render/backend/CanvasRenderer.d.ts.map +1 -1
  79. package/.internal/core/render/backend/CanvasRenderer.js +38 -37
  80. package/.internal/core/render/backend/CanvasRenderer.js.map +1 -1
  81. package/.internal/core/util/PopulateString.js +1 -2
  82. package/.internal/core/util/PopulateString.js.map +1 -1
  83. package/.internal/core/util/Utils.d.ts +4 -0
  84. package/.internal/core/util/Utils.d.ts.map +1 -1
  85. package/.internal/core/util/Utils.js +17 -0
  86. package/.internal/core/util/Utils.js.map +1 -1
  87. package/.internal/plugins/exporting/Exporting.d.ts.map +1 -1
  88. package/.internal/plugins/exporting/Exporting.js +3 -3
  89. package/.internal/plugins/exporting/Exporting.js.map +1 -1
  90. package/.internal/plugins/json/Classes-script.d.ts +2 -0
  91. package/.internal/plugins/json/Classes-script.d.ts.map +1 -1
  92. package/.internal/plugins/json/Classes-script.js +1 -0
  93. package/.internal/plugins/json/Classes-script.js.map +1 -1
  94. package/.internal/plugins/json/Classes.d.ts +2 -0
  95. package/.internal/plugins/json/Classes.d.ts.map +1 -1
  96. package/.internal/plugins/json/Classes.js +1 -0
  97. package/.internal/plugins/json/Classes.js.map +1 -1
  98. package/CHANGELOG.md +28 -0
  99. package/examples/javascript/flow-chord/package.json +1 -1
  100. package/examples/javascript/flow-chord-directed/package.json +1 -1
  101. package/examples/javascript/flow-chord-non-ribbon/package.json +1 -1
  102. package/examples/javascript/flow-sankey/package.json +1 -1
  103. package/examples/javascript/gauge/package.json +1 -1
  104. package/examples/javascript/gauge-bands/package.json +1 -1
  105. package/examples/javascript/hierarchy-force-directed/package.json +1 -1
  106. package/examples/javascript/hierarchy-pack/package.json +1 -1
  107. package/examples/javascript/hierarchy-partition/package.json +1 -1
  108. package/examples/javascript/hierarchy-sunburst/package.json +1 -1
  109. package/examples/javascript/hierarchy-tree/package.json +1 -1
  110. package/examples/javascript/hierarchy-treemap/package.json +1 -1
  111. package/examples/javascript/jest/package.json +1 -1
  112. package/examples/javascript/json-pie/package.json +1 -1
  113. package/examples/javascript/json-xy/package.json +1 -1
  114. package/examples/javascript/map-animating-along-lines/package.json +1 -1
  115. package/examples/javascript/map-day-and-night/package.json +1 -1
  116. package/examples/javascript/map-globe-rotate-to-country/package.json +1 -1
  117. package/examples/javascript/map-globe-with-projected-circles/package.json +1 -1
  118. package/examples/javascript/map-with-bubbles/package.json +1 -1
  119. package/examples/javascript/map-zoom-to-country/package.json +1 -1
  120. package/examples/javascript/misc-40-charts/package.json +1 -1
  121. package/examples/javascript/misc-microchart-grid/package.json +1 -1
  122. package/examples/javascript/pie-chart/package.json +1 -1
  123. package/examples/javascript/pie-donut-chart/package.json +1 -1
  124. package/examples/javascript/pie-variable-radius/package.json +1 -1
  125. package/examples/javascript/radar-column-iwatch-style/package.json +1 -1
  126. package/examples/javascript/radar-heat-map/package.json +1 -1
  127. package/examples/javascript/radar-line/package.json +1 -1
  128. package/examples/javascript/radar-time-line/package.json +1 -1
  129. package/examples/javascript/sliced-funnel/package.json +1 -1
  130. package/examples/javascript/sliced-pictorial-stacked/package.json +1 -1
  131. package/examples/javascript/sliced-pyramid/package.json +1 -1
  132. package/examples/javascript/stock-chart/package.json +1 -1
  133. package/examples/javascript/stock-chart-comparing-stocks/package.json +1 -1
  134. package/examples/javascript/stock-chart-data-granularity/package.json +1 -1
  135. package/examples/javascript/stock-chart-data-grouping/package.json +1 -1
  136. package/examples/javascript/stock-chart-intraday/package.json +1 -1
  137. package/examples/javascript/stock-chart-live/package.json +1 -1
  138. package/examples/javascript/stock-chart-volume-separate-panel/package.json +1 -1
  139. package/examples/javascript/venn-diagram/package.json +1 -1
  140. package/examples/javascript/wordcloud-with-data/package.json +1 -1
  141. package/examples/javascript/wordcloud-with-text/package.json +1 -1
  142. package/examples/javascript/xy-100-percent-stacked-column/package.json +1 -1
  143. package/examples/javascript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
  144. package/examples/javascript/xy-bubble/package.json +1 -1
  145. package/examples/javascript/xy-candlestick/package.json +1 -1
  146. package/examples/javascript/xy-clustered-column/package.json +1 -1
  147. package/examples/javascript/xy-column/package.json +1 -1
  148. package/examples/javascript/xy-comparing-series-google-analytics-style/package.json +1 -1
  149. package/examples/javascript/xy-data-grouping/package.json +1 -1
  150. package/examples/javascript/xy-draggable-range/package.json +1 -1
  151. package/examples/javascript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
  152. package/examples/javascript/xy-dumbbell plot/package.json +1 -1
  153. package/examples/javascript/xy-evenly-spaced-date-axis/package.json +1 -1
  154. package/examples/javascript/xy-line/package.json +1 -1
  155. package/examples/javascript/xy-line-highlight-on-legend-hover/package.json +1 -1
  156. package/examples/javascript/xy-live-data/package.json +1 -1
  157. package/examples/javascript/xy-multiple-synced-value-axes/package.json +1 -1
  158. package/examples/javascript/xy-ohlc/package.json +1 -1
  159. package/examples/javascript/xy-real-time-data-sorting/package.json +1 -1
  160. package/examples/javascript/xy-smoothed-line/package.json +1 -1
  161. package/examples/javascript/xy-stacked-and-clustered-column/package.json +1 -1
  162. package/examples/javascript/xy-stacked-column/package.json +1 -1
  163. package/examples/javascript/xy-stacked-step/package.json +1 -1
  164. package/examples/javascript/xy-stock/package.json +1 -1
  165. package/examples/javascript/xy-stock-comparing/package.json +1 -1
  166. package/examples/typescript/flow-chord/package.json +1 -1
  167. package/examples/typescript/flow-chord-directed/package.json +1 -1
  168. package/examples/typescript/flow-chord-non-ribbon/package.json +1 -1
  169. package/examples/typescript/flow-sankey/package.json +1 -1
  170. package/examples/typescript/gauge/package.json +1 -1
  171. package/examples/typescript/gauge-bands/package.json +1 -1
  172. package/examples/typescript/hierarchy-force-directed/package.json +1 -1
  173. package/examples/typescript/hierarchy-pack/package.json +1 -1
  174. package/examples/typescript/hierarchy-partition/package.json +1 -1
  175. package/examples/typescript/hierarchy-sunburst/package.json +1 -1
  176. package/examples/typescript/hierarchy-tree/package.json +1 -1
  177. package/examples/typescript/hierarchy-treemap/package.json +1 -1
  178. package/examples/typescript/jest/package.json +1 -1
  179. package/examples/typescript/json-pie/package.json +1 -1
  180. package/examples/typescript/json-xy/package.json +1 -1
  181. package/examples/typescript/map-animating-along-lines/package.json +1 -1
  182. package/examples/typescript/map-day-and-night/package.json +1 -1
  183. package/examples/typescript/map-globe-rotate-to-country/package.json +1 -1
  184. package/examples/typescript/map-globe-with-projected-circles/package.json +1 -1
  185. package/examples/typescript/map-with-bubbles/package.json +1 -1
  186. package/examples/typescript/map-zoom-to-country/package.json +1 -1
  187. package/examples/typescript/misc-40-charts/package.json +1 -1
  188. package/examples/typescript/misc-microchart-grid/package.json +1 -1
  189. package/examples/typescript/pie-chart/package.json +1 -1
  190. package/examples/typescript/pie-donut-chart/package.json +1 -1
  191. package/examples/typescript/pie-variable-radius/package.json +1 -1
  192. package/examples/typescript/radar-column-iwatch-style/package.json +1 -1
  193. package/examples/typescript/radar-heat-map/package.json +1 -1
  194. package/examples/typescript/radar-line/package.json +1 -1
  195. package/examples/typescript/radar-time-line/package.json +1 -1
  196. package/examples/typescript/sliced-funnel/package.json +1 -1
  197. package/examples/typescript/sliced-pictorial-stacked/package.json +1 -1
  198. package/examples/typescript/sliced-pyramid/package.json +1 -1
  199. package/examples/typescript/stock-chart/package.json +1 -1
  200. package/examples/typescript/stock-chart-comparing-stocks/package.json +1 -1
  201. package/examples/typescript/stock-chart-data-granularity/package.json +1 -1
  202. package/examples/typescript/stock-chart-data-grouping/package.json +1 -1
  203. package/examples/typescript/stock-chart-intraday/package.json +1 -1
  204. package/examples/typescript/stock-chart-live/package.json +1 -1
  205. package/examples/typescript/stock-chart-volume-separate-panel/package.json +1 -1
  206. package/examples/typescript/venn-diagram/package.json +1 -1
  207. package/examples/typescript/wordcloud-with-data/package.json +1 -1
  208. package/examples/typescript/wordcloud-with-text/package.json +1 -1
  209. package/examples/typescript/xy-100-percent-stacked-column/package.json +1 -1
  210. package/examples/typescript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
  211. package/examples/typescript/xy-bubble/package.json +1 -1
  212. package/examples/typescript/xy-candlestick/package.json +1 -1
  213. package/examples/typescript/xy-clustered-column/package.json +1 -1
  214. package/examples/typescript/xy-column/package.json +1 -1
  215. package/examples/typescript/xy-comparing-series-google-analytics-style/package.json +1 -1
  216. package/examples/typescript/xy-data-grouping/package.json +1 -1
  217. package/examples/typescript/xy-draggable-range/package.json +1 -1
  218. package/examples/typescript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
  219. package/examples/typescript/xy-dumbbell plot/package.json +1 -1
  220. package/examples/typescript/xy-evenly-spaced-date-axis/package.json +1 -1
  221. package/examples/typescript/xy-line/package.json +1 -1
  222. package/examples/typescript/xy-line-highlight-on-legend-hover/package.json +1 -1
  223. package/examples/typescript/xy-live-data/package.json +1 -1
  224. package/examples/typescript/xy-multiple-synced-value-axes/package.json +1 -1
  225. package/examples/typescript/xy-ohlc/package.json +1 -1
  226. package/examples/typescript/xy-real-time-data-sorting/package.json +1 -1
  227. package/examples/typescript/xy-smoothed-line/package.json +1 -1
  228. package/examples/typescript/xy-stacked-and-clustered-column/package.json +1 -1
  229. package/examples/typescript/xy-stacked-column/package.json +1 -1
  230. package/examples/typescript/xy-stacked-step/package.json +1 -1
  231. package/examples/typescript/xy-stock/package.json +1 -1
  232. package/examples/typescript/xy-stock-comparing/package.json +1 -1
  233. package/locales/fo_FO.d.ts +257 -0
  234. package/locales/fo_FO.d.ts.map +1 -0
  235. package/locales/fo_FO.js +391 -0
  236. package/locales/fo_FO.js.map +1 -0
  237. package/package.json +2 -3
@@ -0,0 +1,328 @@
1
+ # CHANGELOG
2
+
3
+ This log is intended to keep track of backwards-incompatible changes, including
4
+ but not limited to API changes and file location changes. Minor behavioral
5
+ changes may not be included if they are not expected to break existing code.
6
+
7
+ ## v0.19.3
8
+
9
+ * XLSX Ensure comment address is valid (h/t @slonser)
10
+ * Enforce Excel worksheet name restrictions
11
+
12
+ ## v0.19.2
13
+
14
+ * XLSX proper decoding of hyperlinks (h/t @tw-yaxu)
15
+ * XLSX ignore unexpected attributes in rich text (h/t @colin4)
16
+ * `sheet_to_json` type fix (h/t @chsdwn)
17
+
18
+ ## v0.19.1
19
+
20
+ * Fixed types issue in strict mode (h/t @younes-io)
21
+ * Numbers 12.2 parsing skip ActivityStream.iwa
22
+
23
+ ## v0.19.0
24
+
25
+ * XLSX export hyperlinks compatible with google sheets (h/t Evan Bovie)
26
+ * NUMBERS export multiple sheets, full worksheet range
27
+ * formalized `dense` mode
28
+
29
+ ## v0.18.12
30
+
31
+ * `package.json` added types in `exports` structure
32
+ * uncapped NUMBERS single-sheet single-table export
33
+ * DBF export records using supported codepages
34
+
35
+ ## v0.18.11
36
+
37
+ * Base64 input ignore data URI wrapper
38
+ * Parse ZIP files that use ZIP64 extended information field
39
+ * More precise handling of time-only values
40
+ * Threaded Comment fallback text for older Excel
41
+
42
+ ## v0.18.10
43
+
44
+ * `exports` field in package.json to satiate ViteJS and newer tooling
45
+ * JSC (Safari / Bun) perf, see <https://bugs.webkit.org/show_bug.cgi?id=243148>
46
+ * workbook `bookType` property to denote the origin format when parsed from file
47
+ * XLSX force export of stub cells with number formats when `sheetStubs` is set
48
+
49
+ ## v0.18.9
50
+
51
+ * XLSX / ODS write defined names
52
+ * sync defined names to AutoFilter setting on export
53
+ * 1904 date system setting properly roundtripped
54
+ * ODS read/write number formats
55
+
56
+ ## v0.18.8
57
+
58
+ * Plaintext parsing of dateless meridien time values (`1:23:45 PM`)
59
+ * Legacy format (SYLK / WK# / Multiplan) minutiae
60
+
61
+ ## v0.18.7
62
+
63
+ * Normalized handling of `\r` and `\n` newline characters
64
+
65
+ ## v0.18.6
66
+
67
+ * Removed all npm dependencies
68
+ * Auto-correct bad Google Sheets format `d.m`
69
+ * NUMBERS write merge cells, cells up to column "ALL"
70
+
71
+ ## v0.18.5
72
+
73
+ * Enabled `sideEffects: false` in package.json
74
+ * Basic NUMBERS write support
75
+
76
+ ## v0.18.4
77
+
78
+ * CSV output omits trailing record separator
79
+ * Properly terminate NodeJS Streams
80
+ * DBF preserve column types on import and use when applicable on export
81
+
82
+ ## v0.18.3
83
+
84
+ * Removed references to `require` and `process` in browser builds
85
+
86
+ ## v0.18.2
87
+
88
+ * Hotfix for unicode processing of XLSX exports
89
+
90
+ ## v0.18.1
91
+
92
+ * Removed Node ESM build script and folded into standard ESM build
93
+ * Removed undocumented aliases including `make_formulae` and `get_formulae`
94
+
95
+ ## v0.18.0
96
+
97
+ * Browser scripts only expose `XLSX` variable
98
+ * Module no longer ships with `dist/jszip.js` browser script
99
+
100
+ ## v0.17.4
101
+
102
+ * CLI script moved to `xlsx-cli` package
103
+
104
+ ## v0.17.3
105
+
106
+ * `window.XLSX` explicit assignment to satiate LWC
107
+ * CSV Proper formatting of errors
108
+ * HTML emit data-\* attributes
109
+
110
+ ## v0.17.2
111
+
112
+ * Browser and Node optional ESM support
113
+ * DSV correct handling of bare quotes (h/t @bgamrat)
114
+
115
+ ## v0.17.1
116
+
117
+ * `XLSB` writer uses short cell form when viable
118
+
119
+ ## 0.17.0:
120
+
121
+ * mini build includes ODS parse/write support
122
+ * DBF explicitly cap worksheet to 1<<20 rows
123
+ * XLS throw errors on truncated records
124
+
125
+ ## v0.16.2
126
+
127
+ * Disabled `PRN` parsing by default (better support for CSV without delimeters)
128
+
129
+ ## v0.16.1
130
+
131
+ * skip empty custom property tags if data is absent (fixes DocSecurity issue)
132
+ * HTML output add raw value, type, number format
133
+ * DOM parse look for `v` / `t` / `z` attributes when determining value
134
+ * double quotes in properties escaped using `_x0022_`
135
+ * changed AMD structure for NetSuite and other RequireJS implementations
136
+ - `encode_cell` and `decode_cell` do not rely on `encode_col` / `decode_col`
137
+
138
+ ## v0.16.0
139
+
140
+ * Date handling changed
141
+ * XLML certain tag tests are now case insensitive
142
+ * Fixed potentially vulnerable regular expressions
143
+
144
+ ## v0.15.6
145
+
146
+ * CFB prevent infinite loop
147
+ * ODS empty cells marked as stub (type "z")
148
+ * `cellStyles` option implies `sheetStubs`
149
+
150
+ ## v0.15.5
151
+
152
+ * `sheets` parse option to specify which sheets to parse
153
+
154
+ ## v0.15.4
155
+
156
+ * AOA utilities properly preserve number formats
157
+ * Number formats captured in stub cells
158
+
159
+ ## v0.15.3
160
+
161
+ * Properties and Custom Properties properly XML-encoded
162
+
163
+ ## v0.15.2
164
+
165
+ - `sheet_get_cell` utility function
166
+ - `sheet_to_json` explicitly support `null` as alias for default behavior
167
+ - `encode_col` throw on negative column index
168
+ - HTML properly handle whitespace around tags in a run
169
+ - HTML use `id` option on write
170
+ - Files starting with `0x09` followed by a display character are now TSV files
171
+ - XLS parse references col/row indices mod by the correct number for BIFF ver
172
+ - XLSX comments moved to avoid overlapping cell
173
+ - XLSB outline level
174
+ - AutoFilter update `_FilterDatabase` defined name on write
175
+ - XLML skip CDATA blocks
176
+
177
+ ## v0.15.1 (2019-08-14)
178
+
179
+ * XLSX ignore XML artifacts
180
+ * HTML capture and persist merges
181
+
182
+ ## v0.15.0
183
+
184
+ * `dist/xlsx.mini.min.js` mini build with XLSX read/write and some utilities
185
+ * Removed legacy conversion utility functions
186
+
187
+ ## v0.14.5
188
+
189
+ * XLS PtgNameX lookup
190
+ * XLS always create stub cells for blank cells with comments
191
+
192
+
193
+ ## v0.14.4
194
+
195
+ * Better treatment of `skipHidden` in CSV output
196
+ * Ignore CLSID in XLS
197
+ * SYLK 7-bit character encoding
198
+ * SYLK and DBF codepage support
199
+
200
+ ## v0.14.3
201
+
202
+ * Proper shifting of addresses in Shared Formulae
203
+
204
+ ## v0.14.2
205
+
206
+ * Proper XML encoding of comments
207
+
208
+ ## v0.14.1
209
+
210
+ * raw cell objects can be passed to `sheet_add_aoa`
211
+ * `_FilterDatabase` fix for AutoFilter-related crashes
212
+ * `stream.to_json` doesn't end up accidentally scanning to max row
213
+
214
+ ## 0.14.0 (2018-09-06)
215
+
216
+ * `sheet_to_json` default flipped to `raw: true`
217
+
218
+ ## 0.13.5 (2018-08-25)
219
+
220
+ * HTML output generates `<br/>` instead of encoded newline character
221
+
222
+ ## 0.13.2 (2018-07-08)
223
+
224
+ * Buffer.from shim replaced, will not be defined in node `<=0.12`
225
+
226
+ ## 0.13.0 (2018-06-01)
227
+
228
+ * Library reshaped to support AMD out of the box
229
+
230
+ ## 0.12.11 (2018-04-27)
231
+
232
+ * XLS/XLSX/XLSB range truncation (errors in `WTF` mode)
233
+
234
+ ## 0.12.4 (2018-03-04)
235
+
236
+ * `JSZip` renamed to `JSZipSync`
237
+
238
+ ## 0.12.0 (2018-02-08)
239
+
240
+ * Extendscript target script in NPM package
241
+
242
+ ## 0.11.19 (2018-02-03)
243
+
244
+ * Error on empty workbook
245
+
246
+ ## 0.11.16 (2017-12-30)
247
+
248
+ * XLS ANSI/CP separation
249
+ * 'array' write type and ArrayBuffer processing
250
+
251
+ ## 0.11.6 (2017-10-16)
252
+
253
+ * Semicolon-delimited files are detected
254
+
255
+ ## 0.11.5 (2017-09-30)
256
+
257
+ * Bower main script shifted to full version
258
+ * 'binary' / 'string' encoding
259
+
260
+ ## 0.11.3 (2017-08-19)
261
+
262
+ * XLS cell ixfe/XF removed
263
+
264
+ ## 0.11.0 (2017-07-31)
265
+
266
+ * Strip `require` statements from minified version
267
+ * minifier mangler enabled
268
+
269
+ ## 0.10.9 (2017-07-28)
270
+
271
+ * XLML/HTML resolution logic looks further into the data stream to decide type
272
+ * Errors thrown on suspected RTF files
273
+
274
+ ## 0.10.5 (2017-06-09)
275
+
276
+ * HTML Table output header/footer should not include `<table>` tag
277
+
278
+ ## 0.10.2 (2017-05-16)
279
+
280
+ * Dates are converted to numbers by default (set `cellDates:true` to emit Dates)
281
+ * Module does not export CFB
282
+
283
+ ## 0.9.10 (2017-04-08)
284
+
285
+ * `--perf` renamed to `--read-only`
286
+
287
+ ## 0.9.9 (2017-04-03)
288
+
289
+ * default output format changed to XLSB
290
+ * comment text line endings are now normalized
291
+ * errors thrown on write when worksheets have invalid names
292
+
293
+ ## 0.9.7 (2017-03-28)
294
+
295
+ * XLS legacy `!range` field removed
296
+ * Hyperlink tooltip is stored in the `Tooltip` field
297
+
298
+ ## 0.9.6 (2017-03-25)
299
+
300
+ * `sheet_to_json` now passes `null` values when `raw` is set to `true`
301
+ * `sheet_to_json` treats `null` stub cells as values in conjunction with `raw`
302
+
303
+ ## 0.9.5 (2017-03-22)
304
+
305
+ * `cellDates` affects parsing in non-XLSX formats
306
+
307
+ ## 0.9.3 (2017-03-15)
308
+
309
+ * XLML property names are more closely mapped to the XLSX equivalent
310
+ * Stub cells are now cell type `z`
311
+
312
+ ## 0.9.2 (2017-03-13)
313
+
314
+ * Removed stale TypeScript definition files. Flowtype comments are used in the
315
+ `xlsx.flow.js` source and stripped to produce `xlsx.js`.
316
+ * sed usage reworked to support GNU sed in-place form. BSD sed seems to work,
317
+ but the build script has not been tested on other sed variants:
318
+
319
+ ```bash
320
+ $ sed -i.ext [...] # GNU
321
+ $ sed -i .ext [...] # bsd
322
+ ```
323
+
324
+ ## 0.9.0 (2017-03-09)
325
+
326
+ * Removed ods.js source. The xlsx.js source absorbed the ODS logic and exposes
327
+ the ODS variable, so projects should remove references to ods.js
328
+
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "{}"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright (C) 2012-present SheetJS LLC
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -0,0 +1,40 @@
1
+ # [SheetJS](https://sheetjs.com)
2
+
3
+ The SheetJS Community Edition offers battle-tested open-source solutions for
4
+ extracting useful data from almost any complex spreadsheet and generating new
5
+ spreadsheets that will work with legacy and modern software alike.
6
+
7
+ [SheetJS Pro](https://sheetjs.com/pro) offers solutions beyond data processing:
8
+ Edit complex templates with ease; let out your inner Picasso with styling; make
9
+ custom sheets with images/graphs/PivotTables; evaluate formula expressions and
10
+ port calculations to web apps; automate common spreadsheet tasks, and much more!
11
+
12
+ [![Analytics](https://ga-beacon.appspot.com/UA-36810333-1/SheetJS/sheetjs?pixel)](https://github.com/SheetJS/sheetjs)
13
+
14
+ [![Build Status](https://saucelabs.com/browser-matrix/sheetjs.svg)](https://saucelabs.com/u/sheetjs)
15
+
16
+ ## Documentation
17
+
18
+ - [API and Usage Documentation](https://docs.sheetjs.com)
19
+
20
+ - [Downloadable Scripts and Modules](https://cdn.sheetjs.com)
21
+
22
+ ## Related Projects
23
+
24
+ - <https://oss.sheetjs.com/notes/>: File Format Notes
25
+
26
+ - [`ssf`](packages/ssf): Format data using ECMA-376 spreadsheet format codes
27
+
28
+ - [`xlsx-cli`](packages/xlsx-cli/): NodeJS command-line tool for processing files
29
+
30
+ - [`test_files`](https://github.com/SheetJS/test_files): Sample spreadsheets
31
+
32
+ - [`cfb`](https://github.com/SheetJS/js-cfb): Container (OLE/ZIP) format library
33
+
34
+ - [`codepage`](https://github.com/SheetJS/js-codepage): Legacy text encodings
35
+
36
+ ## License
37
+
38
+ Please consult the attached LICENSE file for details. All rights not explicitly
39
+ granted by the Apache 2.0 License are reserved by the Original Author.
40
+