Работа с Asp.Net. Конвертирование в xls
При работе с web application необходимо конвертировать отчет в xls формат (конвертирование в другие форматы работает нормально). В windows application все работает, полностью перенос кода в asp.net дает ошибку
Unspecified error
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: Unspecified error
Source Error:
Line 114: frx.ShowProgress = false;
Line 115: frx.ExportToXLS( ExportTo, true, true, true, false, false);
Может я не те параметры ставлю.
Unspecified error
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: Unspecified error
Source Error:
Line 114: frx.ShowProgress = false;
Line 115: frx.ExportToXLS( ExportTo, true, true, true, false, false);
Может я не те параметры ставлю.
Комментарии
Проверьте что на машине с ASP.NET установлен MS Excel.
Небольшая ошибка, связанная с экспортом в Excel, исправлена в версии 3.22.