Skip to content

Commit 75cc06e

Browse files
Merge branch 'dev'
2 parents 262d3cc + 051dd34 commit 75cc06e

File tree

532 files changed

+668
-662
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

532 files changed

+668
-662
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## v2.6.2
4+
5+
---
6+
Release Date: **04.11.2018**
7+
8+
- Fixed a bug in the style handling of merged cells. Bug fix provided by David Courtel
9+
10+
311
## v2.6.1
412

513
---

Demo/Program.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class Program
2222
/// <param name="args">Not used</param>
2323
static void Main(string[] args)
2424
{
25-
2625
BasicDemo();
2726
ShortenerDemo();
2827
StreamDemo();
@@ -50,7 +49,6 @@ static void Main(string[] args)
5049
/* ######################### */
5150
}
5251

53-
5452
/// <summary>
5553
/// This is a very basic demo (adding three values and save the workbook)
5654
/// </summary>
@@ -64,7 +62,7 @@ private static void BasicDemo()
6462
}
6563

6664
/// <summary>
67-
/// This method show the shortened style of writing cells
65+
/// This method shows the shortened style of writing cells
6866
/// </summary>
6967
private static void ShortenerDemo()
7068
{
@@ -166,7 +164,7 @@ private static void Demo2()
166164
}
167165

168166
/// <summary>
169-
/// This demo shows the usage of flipped direction when using AddnextCell, reading of the current cell address, and retrieving of cell values
167+
/// This demo shows the usage of flipped direction when using AddNextCell, reading of the current cell address, and retrieving of cell values
170168
/// </summary>
171169
private static void Demo3()
172170
{

Executable/Debug/PicoXLSX.dll

0 Bytes
Binary file not shown.

Executable/Documentation.chm

-22 Bytes
Binary file not shown.

Executable/Release/PicoXLSX.dll

0 Bytes
Binary file not shown.

PicoXLSX/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
// You can specify all the values or you can default the Build and Revision Numbers
3131
// by using the '*' as shown below:
3232
// [assembly: AssemblyVersion("1.0.*")]
33-
[assembly: AssemblyVersion("2.6.1")]
34-
[assembly: AssemblyFileVersion("2.6.1")]
33+
[assembly: AssemblyVersion("2.6.2")]
34+
[assembly: AssemblyFileVersion("2.6.2")]

PicoXLSX/Workbook.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@ public void ResolveMergedCells()
472472
if (pos != 0)
473473
{
474474
cell.DataType = Cell.CellType.EMPTY;
475+
cell.SetStyle(mergeStyle);
475476
}
476-
cell.SetStyle(mergeStyle);
477477
pos++;
478478
}
479479

docs/Documentation.chm

-22 Bytes
Binary file not shown.

docs/WebKI.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@
262262
<HelpKINode Title="DATE enumeration member" Url="html/869e4b32-cce1-41ab-bb92-a93de8fb392c.htm" />
263263
<HelpKINode Title="dateFormat enumeration member" Url="html/34686cde-ba88-a4db-d64e-d3f544c9367a.htm" />
264264
<HelpKINode Title="DateFormat property" Url="html/de49e825-7876-1f38-8efe-d9f1198114b9.htm" />
265-
<HelpKINode Title="Default enumeration member" Url="html/054880db-85e2-6c24-88b8-8502bd71892f.htm" />
266265
<HelpKINode Title="DEFAULT enumeration member" Url="html/869e4b32-cce1-41ab-bb92-a93de8fb392c.htm" />
266+
<HelpKINode Title="Default enumeration member" Url="html/054880db-85e2-6c24-88b8-8502bd71892f.htm" />
267267
<HelpKINode Title="DEFAULTCOLOR field" Url="html/0e746481-09a9-80ed-3243-53123c0ac1b1.htm" />
268268
<HelpKINode Title="DefaultColumnWidth property" Url="html/40e6537e-c8a6-18c5-a02f-38411cbbcf8e.htm" />
269269
<HelpKINode Title="DEFAULTFONT field" Url="html/86194439-344c-6442-bdbf-21c9e9d3304b.htm" />
@@ -478,8 +478,8 @@
478478
<HelpKINode Title="LockWindowsIfProtected property" Url="html/ef8f758a-e442-70b6-604f-51cbdcf200f6.htm" />
479479
<HelpKINode Title="LowLevel class">
480480
<HelpKINode Title="LowLevel Class" Url="html/21d4a25a-f2b5-5ec4-8b84-8fcee13605a0.htm" />
481-
<HelpKINode Title="constructor" Url="html/dbbcf6a6-b50e-1d72-6dc4-dfa09f1aca4e.htm" />
482481
<HelpKINode Title="constructor" Url="html/20d28a8a-5f98-83cc-261b-e6510f44cdc1.htm" />
482+
<HelpKINode Title="constructor" Url="html/dbbcf6a6-b50e-1d72-6dc4-dfa09f1aca4e.htm" />
483483
<HelpKINode Title="methods" Url="html/322b3913-e838-3a82-7cd5-10444749e661.htm" />
484484
<HelpKINode Title="properties" Url="html/e8abb7d0-cd71-6f50-8803-cca034581033.htm" />
485485
</HelpKINode>
@@ -747,8 +747,8 @@
747747
<HelpKINode Title="SetRowHiddenState method" Url="html/c49f088a-d58d-680f-4d6a-b45d554cf7fa.htm" />
748748
<HelpKINode Title="SetSelectedCells method" Url="html/e642e906-3de8-5d92-f498-13d2f703628a.htm" />
749749
<HelpKINode Title="SetSelectedWorksheet method" Url="html/29b0d50b-54b9-ade1-8f89-55ef8b4c9705.htm" />
750-
<HelpKINode Title="SetSheetname method" Url="html/26ed859f-c126-d114-a95b-d6a7bed349c7.htm" />
751750
<HelpKINode Title="SetSheetName method" Url="html/0dfb2d1a-1318-91b6-4ebb-a7bc6e4f4665.htm" />
751+
<HelpKINode Title="SetSheetname method" Url="html/26ed859f-c126-d114-a95b-d6a7bed349c7.htm" />
752752
<HelpKINode Title="SetSheetProtectionPassword method" Url="html/425b6b66-0ccf-ec1f-8520-2c08807ea3cd.htm" />
753753
<HelpKINode Title="SetStyle method" Url="html/4c8dce52-9e1e-2231-320b-19c48ba64aac.htm" />
754754
<HelpKINode Title="SetWorkbookProtection method" Url="html/ee7b8e72-2649-dac7-a078-19be7954c1f9.htm" />

0 commit comments

Comments
 (0)