Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.234.126 Times

XLSperl 0.4

  Date Added: October 07, 2010  |  Visits: 1.028

XLSperl

Report Broken Link
Printer Friendly Version


Product Homepage
Download (110 downloads)



XLSperl module allows you to use Perl "one-liners" with Microsoft Excel files. SYNOPSYS XLSperl [options] -e ... file1.xls file2.xls ... fileX.xls cat file.txt | XLSperl [options] -e ... Perl "one-liners" have a great many uses for quick data processing tasks, often replacing the UNIX tools grep, sed, and awk. For example, a simple "grep" function can be written as: perl -lne /pattern/ and print file.txt which improves on the standard grep function by allowing the extended features of Perl regular expressions to be used. However, this form of processing is only suitable for data that can be read (or needs to be written) in plain text format. XLSperl lets you use the same commands to process and create Microsoft Excel files, e.g. the following command will "grep" an Excel document: XLSperl -lne /pattern/ and print file.xls Usage: Basic usage of XLSperl is as follows: XLSperl [options] -e perl_code file1.xls file2.xls ... fileX.xls Additionally Microsoft Excel files can be piped in to XLSperl cat file.xls | XLSperl [options] -e perl_code.

Requirements: No special requirements
Platforms: Linux
Keyword: Allows Excel Libraries Microsoft Microsoft Excel Files One-liners Options Perl Programming Xlsperl
Users rating: 0/10

License: Freeware Size: 9.22 KB
USER REVIEWS
More Reviews or Write Review


XLSPERL RELATED
MP3 Tools  -  Excel Merger 1.0
Excel Merger is a handy free Excel file and workbook merging utility for Windows. It enables users to merge Excel XLS/XLSX and ODS/CSV/XML files into one single workbook file without installing Office or MS Excel. Excel Merger supports a variety...
3.44 MB  
Libraries  -  XML::Excel 0.02
XML::Excel is a Perl extension converting Excel files to XML. SYNOPSIS use XML::Excel; $excel_obj = XML::Excel->new(); $excel_obj = XML::Excel->new(%attr); $status = $excel_obj->parse_doc(file_name); $status =...
10.24 KB  
Libraries  -  Java2Excel 1.3.1
Java2Excel is a library that allows the generation of simple excel files using objects of type java.util.Collection. The current verison of Java2Excel contains a lot of limitations. You can only write the collection in excel files using an xml...
235.52 KB  
Text Editors  -  xlutils 1.4.0
xlutils is a Python module that provides a collection of utilities for working with Excel files. Since these utilities may require either or both of the xlrd and xlwt packages, they are collected together seperately here. Currently...
40.96 KB  
File Management  -  Cross Platform Excel Parsing With Xlrd 1.2
This script easily extract data from microsoft excel files using this wrapper class for xlrd. The class allows you to create a generator which returns excel data one row at a time as either a list or dictionary. This script is very useful for...
 
Backup Utilities  -  MS Excel Repair Free 1.0
MS Excel Repair Free is a great tool for recovering data from damaged Excel worksheets which will no longer open. It is an ideal alternative to the expensive recovery methods that come with professional data recover services. The program is easy...
1.18 MB  
Business  -  Microsoft Office Open XML Converter 1.0.1
Open XML Converter allows you to convert Open XML files that were created in Office 2008 for Mac or Office 2007 for Windows so that you can open, edit, and save them in earlier versions of Office for Mac. Open XML Converter can convert Word...
44.7 MB  
Database Tools  -  PHP Dynamic Word/Excel Generator for Scripts 1.0
PHP Dynamic Word/Excel Generator is an ultra easy-to-use php code for creating dynamic MS Word OR Excel files from a MySQL database query. Suitable for beginners to use.
10 KB  
Database Tools  -  ADODB SQL 2 Excel 1.0
ADODB SQL 2 Excel can be used to generate Excel files in the XLS format from database query results.This is an altered version of of the SQL 2 Excel class that uses ADODB API instead of MySQL. It extends the GeraExcel class to generate Excel files...
10 KB  
Programming  -  Excel::Template 0.32
Excel::Template is a Perl module used for templating Excel files. Its genesis came from the need to use the same datastructure as HTML::Template, but provide Excel files instead. The existing modules don't do the trick, as they require replication...
40.96 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB