Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1457,8 +1457,6 @@ MiniExcel.SaveAs(path, reader,configuration:config);

#### 6. Batch Add Image (MiniExcel.AddPicture)

Please add pictures before batch generate rows data, or system will load large memory usage when calling AddPicture.

```csharp
var images = new[]
{
Expand Down
2 changes: 0 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -1634,8 +1634,6 @@ public class Order

#### 6. 批量添加/插入图片 (MiniExcel.AddPicture)

请在批量生成行数据之前添加图片,否则在调用 AddPicture 时系统会占用大量内存。

```csharp
var images = new[]
{
Expand Down
2 changes: 0 additions & 2 deletions README.zh-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -1368,8 +1368,6 @@ MiniExcel.SaveAs(path, reader,configuration:config);

#### 6. 批量添加/插入圖片 (MiniExcel.AddPicture)

請在批量生成行資料之前新增圖片,否則在呼叫 AddPicture 時系統將會佔用大量記憶體。

```csharp
var images = new[]
{
Expand Down
8 changes: 0 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@
---


### 1.41.3
- [New] Adding QuoteWhitespaces option to CsvConfiguration for adding double quotes to string containing whitespaces #790 (via @michelebastione )
- [Bug] Fixed bug that made the DynamicExcelColumn property "Ignore" not work when generating using an IDataReader as source #584 (via @michelebastione )
- [Bug] v1.41.2 AddPicture not working #814 (via @shps951023)
- [Bug] v1.41.1 AddPicture image max column and row are 2 cells #815 (via @shps951023)
- [Bug] AddPicture get error same export file and second time. #816 (via @shps951023)


### 1.41.2
- [New] Fixes enum behaviour and adds support for DescriptionAttribute when saving by template (via @michelebastione )
- [Bug] SaveAsByTemplate - Excel Dimension Xml is null #459 (via @michelebastione )
Expand Down
11 changes: 0 additions & 11 deletions docs/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@



### 1.41.3

* 【新增】在 `CsvConfiguration` 中新增 `QuoteWhitespaces` 選項,用於對包含空白字元的字串加上雙引號 #790(貢獻者:@michelebastione)
* 【錯誤修正】修正使用 `IDataReader` 作為來源產生資料時,`DynamicExcelColumn` 的 `Ignore` 屬性無效的問題 #584(貢獻者:@michelebastione)
* 【錯誤修正】v1.41.2 中 `AddPicture` 功能無法使用的問題 #814(貢獻者:@shps951023)
* 【錯誤修正】v1.41.1 中 `AddPicture` 插入的圖片最大列與欄僅限於 2 個儲存格的問題 #815(貢獻者:@shps951023)
* 【錯誤修正】`AddPicture` 在匯出檔案後再次執行時出現錯誤的問題 #816(貢獻者:@shps951023)




### 1.41.2
- [New] 增加 enum behaviour and adds support for DescriptionAttribute when saving by template (via @michelebastione )
- [Bug] SaveAsByTemplate - Excel Dimension Xml is null #459 (via @michelebastione )
Expand Down
10 changes: 0 additions & 10 deletions docs/README.zh-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@
---



### 1.41.3

* 【新增】在 CsvConfiguration 中新增 `QuoteWhitespaces` 選項,讓包含空白字元的字串自動加上雙引號 #790(由 @michelebastione 提供)
* 【修正】修正當使用 IDataReader 作為資料來源時,DynamicExcelColumn 的 `Ignore` 屬性無效的問題 #584(由 @michelebastione 提供)
* 【修正】v1.41.2 中 `AddPicture` 功能無法使用的問題 #814(由 @shps951023 提供)
* 【修正】v1.41.1 中 `AddPicture` 插入的圖片最大列與欄僅為兩格儲存格的問題 #815(由 @shps951023 提供)
* 【修正】當再次使用相同匯出檔案時,`AddPicture` 發生錯誤的問題 #816(由 @shps951023 提供)


### 1.41.2
- [New] 增加 enum behaviour and adds support for DescriptionAttribute when saving by template (via @michelebastione )
- [Bug] SaveAsByTemplate - Excel Dimension Xml is null #459 (via @michelebastione )
Expand Down
Binary file removed samples/xlsx/TestIssue815_1.xlsx
Binary file not shown.
2 changes: 0 additions & 2 deletions samples/xlsx/TestIssue815_1/[Content_Types].xml

This file was deleted.

2 changes: 0 additions & 2 deletions samples/xlsx/TestIssue815_1/_rels/.rels

This file was deleted.

2 changes: 0 additions & 2 deletions samples/xlsx/TestIssue815_1/docProps/app.xml

This file was deleted.

2 changes: 0 additions & 2 deletions samples/xlsx/TestIssue815_1/docProps/core.xml

This file was deleted.

2 changes: 0 additions & 2 deletions samples/xlsx/TestIssue815_1/xl/_rels/workbook.xml.rels

This file was deleted.

This file was deleted.

86 changes: 0 additions & 86 deletions samples/xlsx/TestIssue815_1/xl/drawings/drawing1.xml

This file was deleted.

Binary file removed samples/xlsx/TestIssue815_1/xl/media/image1.Png
Binary file not shown.
2 changes: 0 additions & 2 deletions samples/xlsx/TestIssue815_1/xl/styles.xml

This file was deleted.

Loading
Loading