瀏覽代碼

Improved formatting

Piotr Czajkowski 1 月之前
父節點
當前提交
7d9c410ce6
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      versions.md

+ 1 - 3
versions.md

@@ -3,8 +3,6 @@
 | Version | Description |
 | ----------- | ----------- |
 | 2.0.0 | I've added ability to read data dynamically without a need to create a special type. Useful when you need to read/write some not so organized data.|
-| 2.2.0 | I've added support for formulas, but as this library is based on ClosedXML it has its limitations, as per [Evaluating Formulas](https://github.com/closedxml/closedxml/wiki/Evaluating-Formulas):
-*Not all formulas are included and you'll probably get a nasty error if the formula isn't supported or if there's an error in the formula. Please test your formulas before going to production.*|
+| 2.2.0 | I've added support for formulas, but as this library is based on ClosedXML it has its limitations, as per [Evaluating Formulas](https://github.com/closedxml/closedxml/wiki/Evaluating-Formulas): *Not all formulas are included and you'll probably get a nasty error if the formula isn't supported or if there's an error in the formula. Please test your formulas before going to production.*|
 | 2.3.0 | I've added support for hyperlinks and improved appending to the existing files.|
-
 | 2.5.0 | I've added Location to ArgumentException Message in ExcelReader. It'll show address of affected cell and the worksheet's name.|