Created Unassigned: Diagonal borders not loaded from template [15247]
When creating a new excel sheet from a template that has diagonal borders, the diagonal borders are removed.The newly created styles.xml is missing the attributes diagonalUp="1" diagonalDown="1"Below...
View ArticleCreated Unassigned: file deleted while having doing a worksheets.copy(from,...
I'm having an issue with worksheets.copy(from, to) while having an Embedded object (picture in my case)there is an exception being thrown when saving "Cannot access a closed Stream", properties of...
View ArticleEdited Unassigned: file deleted while doing a worksheets.copy(from, to) while...
I'm having an issue with worksheets.copy(from, to) while having an Embedded object (picture in my case)there is an exception being thrown when saving "Cannot access a closed Stream", properties of...
View ArticleEdited Unassigned: file deleted while doing a worksheets.copy(from, to) while...
I'm having an issue with worksheets.copy(from, to) while having an Embedded object (picture in my case)there is an exception being thrown when saving "Cannot access a closed Stream", properties of...
View ArticleEdited Unassigned: file deleted while doing a worksheets.copy(from, to) while...
I'm having an issue with worksheets.copy(from, to) while having an Embedded object (picture in my case)there is an exception being thrown when saving "Cannot access a closed Stream", properties of...
View ArticleCommented Unassigned: file deleted while doing a worksheets.copy(from, to)...
I'm having an issue with worksheets.copy(from, to) while having an Embedded object (picture in my case)there is an exception being thrown when saving "Cannot access a closed Stream", properties of...
View ArticleCreated Unassigned: worksheet.copy doesn't bring the property bold into the...
when you copy a sheet, if there is bold text in the original sheet, the text will be copied without the bold1. create a new excel file with Excel 2007 and stay on sheet12. enter some text3. make that...
View ArticleCommented Issue: Cannot add more than 1 pivot table to xlsx file [14695]
I have attached a mvc3 c# project that creates two tabs of data(6 rows, 6 columns) and then tries to create two pivot table, each on their own tab. If I only create one pivot table(does not matter...
View ArticleEdited Unassigned: Excel crash with pivot table [15240]
Hi,when creating a pivot table for a data range where one of the field names contains a line break (\r\n) , Excel crashes on opening the resulting .xlsx file.This can also be reproduced with one of the...
View ArticleCommented Unassigned: Excel crash with pivot table [15240]
Hi,when creating a pivot table for a data range where one of the field names contains a line break (\r\n) , Excel crashes on opening the resulting .xlsx file.This can also be reproduced with one of the...
View ArticleEdited Issue: Unit Test Project Issues [14284]
The unit tests are great, but they are broken on my machine:1) I am not running on a Windows 7 64-bit machine, so I don't have a C:\Program Files (x86) folder.2) LoadText failed for Could not find a...
View ArticleCommented Issue: Unit Test Project Issues [14284]
The unit tests are great, but they are broken on my machine:1) I am not running on a Windows 7 64-bit machine, so I don't have a C:\Program Files (x86) folder.2) LoadText failed for Could not find a...
View ArticleEdited Unassigned: Table header cannot be modified [15245]
Currently it's not possible to change the header of table.If you have an existing Excel file with a table, then the following code will write "Test" in ALL cells BUT the cell(s) which belong to a table...
View ArticleCommented Unassigned: Table header cannot be modified [15245]
Currently it's not possible to change the header of table.If you have an existing Excel file with a table, then the following code will write "Test" in ALL cells BUT the cell(s) which belong to a table...
View ArticleEdited Unassigned: Diagonal borders not loaded from template [15247]
When creating a new excel sheet from a template that has diagonal borders, the diagonal borders are removed.The newly created styles.xml is missing the attributes diagonalUp="1" diagonalDown="1"Below...
View ArticleCommented Unassigned: Diagonal borders not loaded from template [15247]
When creating a new excel sheet from a template that has diagonal borders, the diagonal borders are removed.The newly created styles.xml is missing the attributes diagonalUp="1" diagonalDown="1"Below...
View ArticleEdited Unassigned: worksheet.copy doesn't bring the property bold into the...
when you copy a sheet, if there is bold text in the original sheet, the text will be copied without the bold1. create a new excel file with Excel 2007 and stay on sheet12. enter some text3. make that...
View ArticleCommented Unassigned: worksheet.copy doesn't bring the property bold into the...
when you copy a sheet, if there is bold text in the original sheet, the text will be copied without the bold1. create a new excel file with Excel 2007 and stay on sheet12. enter some text3. make that...
View ArticleEdited Unassigned: Bug in ExcelWorksheet.CopyColumn regarding Hidden [15228]
In that function, we do:newC._hidden = c.Hidden...newC.Width = c._widthThat effectively unhides the new column. So, if we have two consecutive hidden columns in a worksheet (<col min="6" max="7"...
View ArticleCommented Unassigned: Bug in ExcelWorksheet.CopyColumn regarding Hidden [15228]
In that function, we do:newC._hidden = c.Hidden...newC.Width = c._widthThat effectively unhides the new column. So, if we have two consecutive hidden columns in a worksheet (<col min="6" max="7"...
View Article