This PHP class can read data from binary (XLS) Excel file without using COM, ODBC, etc. Using ExcelExplorer you can read info about worksheets, columns, rows, cells. You can even read style info such as colors, alignment, fonts, borders and more....
Advertisement
Sometimes you get an Excel spreadsheet (say, from the marketing departement) and you want to read tabular data from it (i.e. a line with column headers and lines of data). There are many ways to do this (including ODBC + mxODBC), but the easiest...
Open and Read content from a text file is a simple ASP article where you will learn the procedures involved in file management. You can learn how to handle files of your website, to open the files and to read the content of the files line by line....
Read files from a directory is a tutorial which helps you in getting the file names from a directory. You can get the name of the files that exist in a directory using the GetFiles method of the Directory class and shows it on the screen using the...
Script to extract data from my live traffic feed from feedjit
ASP.NET: Dispaly data from an Excel Spreadsheet is an ASP.NET tutorial in which programmers can get details about the process of displaying the data from Excel spread sheet with the help of VB.NET. The author explains this topic with example...
Loading a DataSet with Data from Multiple Tables is an useful tutorial for ASP.NET programmers to learn about methods that has to be followed to access data from multiple tables, inorder to store it in a single dataset by using ADSO.NET. In this...
P2Pmobile is a freeware collection of Java classes that implements file sharing. Java2 Micro Edition programmers will find this application very handy. It can write date and read data from a shared folder. It gets together people with data and...
Part 1: Retrieving Data From SQL Server 7.0 with C# is a tutorial in which the author shows the step-by-step process of creating table in Sql Server database, establishing the DSN connection and using various object of the ADO.NET it fetches the...
This procedure reads through a file of unknown size once, returning a random line from the file.
Using INIReader you can enter data / in INI files as well as can read data from INI files. This tool uses Win32 API functions. You can easily install this tool and it does not require any third party component.
Components from SMImport suite allows to import a data from external file formats:1. MS Excel spreadsheet (directly without OLE/DDE)2. text delimited file3. text fixed width file4. HTML5. XML6. Lotus 1-2-3 spreadsheet (directly without OLE/DDE)7....
I ran into a dilemma when writing a PyUnit test case that read in sample data from a text file in the same package as the test. How I could successfully reference the relative location of the file changed depending on how I executed the code. So...
A simple HTML 'parser' that will 'read' through an HTML file and call functions on data and tags etc. Useful if you need to implement a straightforward parser that just extracts information from the file or modifies tags etc.
Another way to read lines from file backwards from the end to the beginning
Just take your data from database or file, and JTree displays it in the best way in Web-browser or Java application, providing comfortable and powerful functionality to navigate your data and to manage it!
The program allows from any file extract any data block. You can save this data block to new file or you can create new file without this data block.By means of this source code you can learn how program in Delphi with use WinApi. You learn e.g....
Iterates through a directory, reading the data from svn info that looks like:
$Id: svn_redater.py 747 2010-07-30 09:56:08Z mn $
from source files.
Parses the datetime from svn info and if it differs from file
I've written a small class to handle a gzip pipe that won't read the whole source file at once, but will deliver small chunks of data on demand.
Iterates through a directory, reading the EXIF data from each jpg. Parses the date/time from EXIF data and if it differs from file modification date/time then changes file date/time. |