View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John John is offline
external usenet poster
 
Posts: 2,069
Default How to extract data without opening Excel

My XL spreadsheet has multiple pages. I need to be able to extract single
sheets as tab-delimited text withOUT opening excel. Typically this will be
done via command line in a linux env.

I believe this can be done, can anyone point me in the right direction

Thanks,

John