Skip to main content

Can Visual COBOL 2.1 (Web Developer 2010) read directly from an Excel workbook?

  • August 15, 2013
  • 1 reply
  • 0 views

Or would I have to export data from Excel as ascii?  Please advise.

1 reply

Chris Glazier
Forum|alt.badge.img+2

Or would I have to export data from Excel as ascii?  Please advise.

You can open/create, read and update an Excel spreadsheet directly from a managed code application such as ASP.NET using the appropriate .NET Framework classes, i.e., Microsoft.Office.Interop.Excel.Application.

You can find one such example in the post here:

Thanks.