Edited Unassigned: More useful error when cannot find indexed worksheet EPP...
Version: EPP 4.0 RC.When querying for a worksheet with an invalid index position the current error is unhelpful. It would be nice if the error explained the problem.__Eample:__```using (var excelFile =...
View ArticleCommented Unassigned: More useful error when cannot find indexed worksheet...
Version: EPP 4.0 RC.When querying for a worksheet with an invalid index position the current error is unhelpful. It would be nice if the error explained the problem.__Eample:__```using (var excelFile =...
View ArticleEdited Unassigned: Worksheets.Add(string Name, ExcelWorkSheet Copy) creates...
The "Worksheets.Add(string Name, ExcelWorkSheet Copy)" function copies the "CodeModule" by reference.Tested with an "ExcelPackage" created from an existing file containing a "CodeModule" in the "Copy"...
View ArticleCommented Unassigned: Worksheets.Add(string Name, ExcelWorkSheet Copy)...
The "Worksheets.Add(string Name, ExcelWorkSheet Copy)" function copies the "CodeModule" by reference.Tested with an "ExcelPackage" created from an existing file containing a "CodeModule" in the "Copy"...
View ArticleCreated Unassigned: Copy WorkSheet with PivotTable [15097]
ExcelWorksheets.Add(string Name, ExcelWorksheet Copy) fails if the Workbook contains a PivotTable.In 3.1.3 the message is: "Cannot add part for the specified URI because it is already in the...
View ArticleEdited Unassigned: Copy WorkSheet with PivotTable [15097]
ExcelWorksheets.Add(string Name, ExcelWorksheet Copy) fails if the Workbook contains a PivotTable.In 3.1.3 the message is: "Cannot add part for the specified URI because it is already in the...
View ArticleEdited Unassigned: Copy WorkSheet with PivotTable [15097]
ExcelWorksheets.Add(string Name, ExcelWorksheet Copy) fails if the Workbook contains a PivotTable.In 3.1.3 the message is: "Cannot add part for the specified URI because it is already in the...
View ArticleCreated Unassigned: Read Excel file in the Server side [15098]
Hi!I'm having "a small" problem. I need to load the data from a Excel file in a Client computer, and read its contents in the server side...When i debug, all is fine... but when i publish the website...
View ArticleEdited Unassigned: Read Excel file in the Server side [15098]
Hi!I'm having "a small" problem. I need to load the data from a Excel file in a Client computer, and read its contents in the server side...When i debug, all is fine... but when i publish the website...
View ArticleEdited Unassigned: Read Excel file in the Server side [15098]
Hi!I'm having "a small" problem. I need to load the data from a Excel file in a Client computer, and read its contents in the server side...When i debug, all is fine... but when i publish the website...
View ArticleEdited Unassigned: Read Excel file in the Server side [15098]
Hi!I'm having "a small" problem. I need to load the data from a Excel file in a Client computer, and read its contents in the server side...When i debug, all is fine... but when i publish the website...
View ArticleCreated Unassigned: worksheet.names("myname") doesn't work [15099]
Hello Friends,I spent so much time to work on referring to worksheet.names("mynamedrange") but it doesn't work. I can find my namedrange with workbook.names("mynamedrange") but not in worksheet.names....
View ArticleCreated Unassigned: [4.0 RC1] Using indexer against Cells property did not...
In some excel document I invoked Cells["B105:G105"]. The expected result is obviously as follows:* B105* C105* D105* E105* F105* G105But the result did not return E105 cell. See...
View ArticleEdited Unassigned: [4.0 RC1] Using indexer against Cells property did not...
In some excel document I invoked Cells["B105:G105"]. The expected result is the following enumeration of cells:* B105* C105* D105* E105* F105* G105But the result did not return E105 cell. See...
View ArticleEdited Unassigned: [4.0 RC1] Using indexer against Cells property did not...
In some excel document I invoked Cells["B105:G105"]. The expected result is the following enumeration of cells:* B105* C105* D105* E105* F105* G105But the actual result did not contain E105 cell. See...
View ArticleEdited Unassigned: [4.0 RC1] Using indexer against Cells property did not...
In some excel document I invoked Cells["B105:G105"]. The expected result is the following enumeration of cells:* B105* C105* D105* E105* F105* G105But the actual result did not contain E105 cell. See...
View ArticleCommented Unassigned: [4.0 RC1] Using indexer against Cells property did not...
In some excel document I invoked Cells["B105:G105"]. The expected result is the following enumeration of cells:* B105* C105* D105* E105* F105* G105But the actual result did not contain E105 cell. See...
View ArticleEdited Unassigned: worksheet.names("myname") doesn't work [15099]
Hello Friends,I spent so much time to work on referring to worksheet.names("mynamedrange") but it doesn't work. I can find my namedrange with workbook.names("mynamedrange") but not in worksheet.names....
View ArticleCommented Unassigned: worksheet.names("myname") doesn't work [15099]
Hello Friends,I spent so much time to work on referring to worksheet.names("mynamedrange") but it doesn't work. I can find my namedrange with workbook.names("mynamedrange") but not in worksheet.names....
View ArticleClosed Unassigned: Read Excel file in the Server side [15098]
Hi!I'm having "a small" problem. I need to load the data from a Excel file in a Client computer, and read its contents in the server side...When i debug, all is fine... but when i publish the website...
View Article