Difference between revisions of "Catdoc & xls2csv"

From COPTR
Jump to navigation Jump to search
(Trial import from script.)
 
(Trial import from script.)
Line 13: Line 13:
  
 
= Description =
 
= Description =
catdoc is a program that reads one or more Microsoft Word files and outputs text to standard output. It does the same work for .doc files as the Unix cat command for plain ASCII files. It is now accompanied by xls2csv - a program that converts Excel spreadsheets into comma-separated value files - and catppt - a utility to extract textual information from Powerpoint files.  
+
catdoc is a program that reads one or more Microsoft Word files and outputs text to standard output. It does the same work for .doc files as the Unix cat command for plain ASCII files. It is now accompanied by xls2csv - a program that converts Excel spreadsheets into comma-separated value files - and catppt - a utility to extract textual information from Powerpoint files.  
  
 
= User Experiences =
 
= User Experiences =

Revision as of 22:05, 10 November 2013

catdoc is a program that reads one or more Microsoft Word files and outputs text to standard output.
Homepage:http://vitus.wagner.pp.ru/software/catdoc/


Description

catdoc is a program that reads one or more Microsoft Word files and outputs text to standard output. It does the same work for .doc files as the Unix cat command for plain ASCII files. It is now accompanied by xls2csv - a program that converts Excel spreadsheets into comma-separated value files - and catppt - a utility to extract textual information from Powerpoint files.

User Experiences

Development Activity