Skip to content

Commit 0eacc22

Browse files
committed
Doc
1 parent ace1e4d commit 0eacc22

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ npm install exceljs
1414

1515
<ul>
1616
<li>
17-
Merged <a href="https://github.com/guyonroche/exceljs/pull/457">Additional information about font family property #457</a>.
18-
Thanks to <a href="https://github.com/kayakyakr">kayakyakr</a> for this contribution.
17+
Merged <a href="https://github.com/guyonroche/exceljs/pull/466">Don't break when loading an Excel file containing a chartsheet #466</a>.
18+
Thanks to <a href="https://github.com/papandreou">Andreas Lind</a> for this contribution.
1919
</li>
2020
<li>
21-
Merged <a href="https://github.com/guyonroche/exceljs/pull/459">Fixes #458 #459</a>.
22-
This fixes <a href="https://github.com/guyonroche/exceljs/issues/458">Add style to column causes it to be hidden #458</a>.
23-
Thanks to <a href="https://github.com/AJamesPhillips">Alexander James Phillips</a> for this contribution.
21+
Merged <a href="https://github.com/guyonroche/exceljs/pull/471">Hotfix/sheet order#257 #471</a>.
22+
This fixes <a href="https://github.com/guyonroche/exceljs/issues/257">Sheet Order #257</a>.
23+
Thanks to <a href="https://github.com/robbi">Robbi</a> for this contribution.
2424
</li>
2525
</ul>
2626

@@ -1793,3 +1793,5 @@ If any splice operation affects a merged cell, the merge group will not be moved
17931793
| 0.7.0 | <ul><li>Merged <a href="https://github.com/guyonroche/exceljs/pull/407">Impl &lt;xdr:twoCellAnchor editAs=oneCell&gt; #407</a>. Thanks to <a href="https://github.com/Ockejanssen">Ocke Janssen</a> and <a href="https://github.com/kay-ramme">Kay Ramme</a> for this contribution. This change allows control on how images are anchored to cells.</li></ul> |
17941794
| 0.7.1 | <ul><li>Merged <a href="https://github.com/guyonroche/exceljs/pull/423">Don't break when attempting to import a zip file that's not an Excel file (eg. .numbers) #423</a>. Thanks to <a href="https://github.com/papandreou">Andreas Lind</a> for this contribution. This change makes exceljs more reslilient when opening non-excel files.</li><li>Merged <a href="https://github.com/guyonroche/exceljs/pull/434">Fixes #419 : Updates readme. #434</a>. Thanks to <a href="https://github.com/getsomecoke">Vishnu Kyatannawar</a> for this contribution.</li><li>Merged <a href="https://github.com/guyonroche/exceljs/pull/436">Don't break when docProps/core.xml contains a &lt;cp:version&gt; tag #436</a>. Thanks to <a href="https://github.com/papandreou">Andreas Lind</a> for this contribution. This change handles core.xml files with empty version tags.</li></ul>
17951795
| 0.8.0 | <ul><li>Merged <a href="https://github.com/guyonroche/exceljs/pull/442">Add Base64 Image support for the .addImage() method #442</a>. Thanks to <a href="https://github.com/jwmann">James W Mann</a> for this contribution.</li><li>Merged <a href="https://github.com/guyonroche/exceljs/pull/453">update moment to 2.19.3 #453</a>. Thanks to <a href="https://github.com/cooltoast">Markan Patel</a> for this contribution.</li></ul> |
1796+
| 0.8.1 | <ul><li> Merged <a href="https://github.com/guyonroche/exceljs/pull/457">Additional information about font family property #457</a>. Thanks to <a href="https://github.com/kayakyakr">kayakyakr</a> for this contribution. </li> <li> Merged <a href="https://github.com/guyonroche/exceljs/pull/459">Fixes #458 #459</a>. This fixes <a href="https://github.com/guyonroche/exceljs/issues/458">Add style to column causes it to be hidden #458</a>. Thanks to <a href="https://github.com/AJamesPhillips">Alexander James Phillips</a> for this contribution. </li> </ul> |
1797+

0 commit comments

Comments
 (0)