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.480.325 Times

Read Xls freeware
Filter: All | Freeware | Demo
 

Read Xls

< 1 2 3 4 5 > 
Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 1.494

DBF File Viewer DBF File Viewer is a compact but powerful tool for viewing, editing, and printing DBF-format databases. It supports dBase, Clipper, FoxPro, Visual FoxPro and other DBF formats. DBF File Viewer makes working with databases simple and hassle free. The program allows you to add, delete, recall,... Platforms: Windows

License: Freeware Size: 603 KB Download (200): DBF File Viewer Download

Added: November 10, 2010 | Visits: 1.633

Squashfs Squashfs project is a compressed read-only filesystem for Linux. Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. The... Platforms: *nix

License: Freeware Size: 225.28 KB Download (187): Squashfs Download

Added: April 14, 2010 | Visits: 1.042

pxlib pxlib is a simply and still small C library to read and write Paradox DB files. It supports all versions starting from 3.0. pxlib library currently has a very limited set of functions like to open a DB file, read its header and read every single record. It can read and write blob data. The... Platforms: *nix

License: Freeware Size: 491.52 KB Download (169): pxlib Download

Added: August 27, 2010 | Visits: 1.182

Fortran::Format Fortran::Format is a Perl module to read and write data according to a standard Fortran 77 FORMAT. SYNOPSYS use Fortran::Format; my $f = Fortran::Format->new("2(N: ,I4,2X)"); print $f->write(1 .. 10); # prints the following: # N: 1 N: 2 # N: 3 N: 4 # N: 5 N: 6 # N: 7 N: 8 # N: 9 N:... Platforms: *nix

License: Freeware Size: 18.43 KB Download (167): Fortran::Format Download

Added: February 22, 2010 | Visits: 1.556

Extract archive Extract archive is a service menu that allows you to extract any archive file that ark is capable to read + ACE files. You can chose to extract here, or in a subdirectory. In that case, it asks you the name of the subdirectory where you want to extract, and suggests you the archive name by... Platforms: *nix

License: Freeware Download (166): Extract archive Download

Added: January 13, 2010 | Visits: 986

Image::ExifTool Image::ExifTool is a Perl module that can read and write meta information. SYNOPSIS use Image::ExifTool ImageInfo; # ---- Simple procedural usage ---- # Get hash of meta information tag names/values from an image $info = ImageInfo(a.jpg); # ---- Object-oriented usage ---- # Create a... Platforms: *nix

License: Freeware Size: 1024 KB Download (147): Image::ExifTool Download

Added: July 16, 2010 | Visits: 1.227

SoundCard Plugin SoundCard Plugin is an input plugin for XMMS which enables to read audio data directly from the soundcard. Using the plugin you can now use your computer with the XMMS player as a powerful sound processor with any of XMMS effect plugins, such as, equalizer or echo effects. In particular, this... Platforms: *nix

License: Freeware Size: 204.8 KB Download (142): SoundCard Plugin Download

Added: November 27, 2010 | Visits: 1.702

Libelf Libelf lets you read, modify or create ELF files in an architecture-independent way. Libelf takes care of size and endian issues. For example, you can process a file for SPARC processors on an Intel-based system. This library is a clean-room rewrite of the System V Release 4 library, and is... Platforms: *nix

License: Freeware Size: 143.36 KB Download (136): Libelf Download

Added: April 27, 2010 | Visits: 1.713

Read Local Lyrics Read Local Lyrics is a little Python script works as a lyrics plugin. If to some audio file, a corresponding ".txt" file can be found in the same folder, this is taken as the lyrics of the song.. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic... Platforms: *nix

License: Freeware Size: 30.72 KB Download (133): Read Local Lyrics Download

Added: August 22, 2010 | Visits: 937

Tie::Gzip Tie::Gzip is a Perl module that can read and write gzip compressed files. SYNOPSIS require Tie::Gzip; tie filehandle, Tie::Gzip tie filehandle, Tie::Gzip, mode, filename tie filehandle, Tie::Gzip, filename tie filehandle, Tie::Gzip, %options tie filehandle, Tie::Gzip, mode, filename,... Platforms: *nix

License: Freeware Size: 71.68 KB Download (128): Tie::Gzip Download

Added: August 08, 2010 | Visits: 1.974

MP3::Tag::ID3v2 MP3::Tag::ID3v2 is a Read / Write ID3v2.x.y tags from mp3 audio files. SYNOPSIS MP3::Tag::ID3v2 supports * Reading of ID3v2.2.0 and ID3v2.3.0 tags (some ID3v2.4.0 frames too) * Writing of ID3v2.3.0 tags MP3::Tag::ID3v2 is designed to be called from the MP3::Tag module. use MP3::Tag; $mp3... Platforms: *nix

License: Freeware Size: 174.08 KB Download (126): MP3::Tag::ID3v2 Download

Released: July 15, 2011  |  Added: September 05, 2011 | Visits: 1.560

Ailt Word Excel PowerPoint to TXT Converter Ailt Word Excel PowerPoint to TXT Converter is an easy-to-use and professional converter which is designed to free batch convert DOC, DOCX, DOCM, XLS, XLSX, XLSM, PPT, PPTX, PPTM to TXT. User-friendly interface allows you to operate very easily. Just add files to the list and click the Convert... Platforms: Windows

License: Freeware Cost: $59.95 USD Size: 3.55 MB Download (121): Ailt Word Excel PowerPoint to TXT Converter Download

Added: April 07, 2010 | Visits: 929

Image::ExifTool::QuickTime Image::ExifTool::QuickTime is a Perl module to read QuickTime and MP4 meta information. SYNOPSIS This module is used by Image::ExifTool This module contains routines required by Image::ExifTool to extract information from QuickTime and MP4 video files.. Platforms: *nix

License: Freeware Size: 1024 KB Download (119): Image::ExifTool::QuickTime Download

Added: July 24, 2010 | Visits: 2.202

PHP::Session PHP::Session is a Perl module to read / write PHP session files. SYNOPSIS use PHP::Session; my $session = PHP::Session->new($id); # session id my $id = $session->id; # get/set session data my $foo = $session->get(foo); $session->set(bar => $bar); # remove session data... Platforms: *nix

License: Freeware Size: 15.36 KB Download (119): PHP::Session Download

Added: January 08, 2010 | Visits: 1.340

Audio::Wav::Read Audio::Wav::Read is a Perl module for reading Microsoft WAV files. SYNOPSIS use Audio::Wav; my $wav = new Audio::Wav; my $read = $wav -> read( filename.wav ); my $details = $read -> details(); Reads Microsoft Wav files.. Platforms: *nix

License: Freeware Size: 18.43 KB Download (118): Audio::Wav::Read Download

Added: May 26, 2010 | Visits: 1.398

Chinesepera-kun: Chinese Popup Dictionary Chinesepera-kun: Chinese Popup Dictionary is a Firefox extension that will allow you read Chinese on websites. This is useful for just getting around a site, or even MORE useful if you are studying Chinese. It works with both Simplified and Traditional characters, and also allows you to export... Platforms: *nix

License: Freeware Size: 6.6 MB Download (113): Chinesepera-kun: Chinese Popup Dictionary Download

Added: October 20, 2010 | Visits: 1.066

Sniff Sniff formats hex packets from the tcpdump program and converts them to ASCII to make them easier to read and understand.. The place to post your linux questions without hassle Platforms: *nix

License: Freeware Size: 317.44 KB Download (113): Sniff Download

Added: July 25, 2010 | Visits: 1.388

Mini-XML Mini-XML is a small XML parsing library that you can use to read XML and XML-like data files in your application without requiring large non-standard libraries. The project only requires an ANSI C compatible compiler (GCC works, as do most vendors ANSI C compilers) and a make program.. Platforms: *nix

License: Freeware Size: 153.6 KB Download (112): Mini-XML Download

Added: May 02, 2010 | Visits: 1.403

XPertMailer for PHP5 XPertMailer is a SMTP & POP3 PHP Mail Client that you can use to send and read e-mails in MIME format (text, HTML, HTML embedded images, attachments) towards a localhost, client or relay SMTP servers with optional autentication and TLS/SSL support. Cc and Bcc functionality are included in this... Platforms: *nix

License: Freeware Size: 89.09 KB Download (111): XPertMailer for PHP5 Download

Added: November 04, 2010 | Visits: 1.205

h264bitstream h264bitstream project provides a complete set of functions to read and write video streams conforming to the ITU H264 (MPEG4-AVC) video standard. The main design goal is to provide a complete, fully standards-compliant library for reading and writing H264 bitstreams. Reading and writing headers... Platforms: *nix

License: Freeware Size: 35.84 KB Download (110): h264bitstream Download

< 1 2 3 4 5 >