classic asp delete rows and columns from an excel file

Posted by rdm on Stack Overflow See other posts from Stack Overflow or by rdm
Published on 2010-04-02T18:40:34Z Indexed on 2010/04/02 18:43 UTC
Read the original article Hit count: 148

Filed under:
|
|
|

Hi, how can I remove specific rows and columns from an excel file using only classic ASP? For example, given the excel file

col1  col2  col3
one   two   three
four  five  six

I want to be able to programmatically delete the first row and second column to produce

one   three
four  six

Thanks!

© Stack Overflow or respective owner

Related posts about asp-classic

Related posts about excel