Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
Rapid CSS 2014 12.1
VISCOM Barcode Reader SDK ActiveX 8.15
.NET Mail Component for CS VB.NET ASP 5.1.4028
WeBuilder 2014 12.1
Alvas.Audio 9.0
Advanced RSS2Email Enterprise 3.24.89
.NET Bounce Inspector Component CS VB 5.1.4028
VISCOM Video Chat Pro ActiveX SDK 5.52
VISCOM VideoCap Live ActiveX OCX SDK 5.05
.NET ZIP Component for CS VB.NET ASP.NET 5.1.4028
VISCOM Screen Recorder ActiveX SDK 4.56
PDF Renderer SDK 3.10.904
Bytescout PDF To HTML SDK 3.10.904
ASP.NET SAML Component for CS VB.NET 5.1.4028
DICOM Image Viewer SDK ActiveX 8.15
Top Code
SliceMaker Deluxe V3.5
Event Calendar with Entity Framework: Quick Guide and Sample 2.2
Senna One-Page Html5 Template 1.0
Easy CSS Menu Free Edition 3.2
DHTMLX JavaPlanner 1.1
Magento One Step Checkout 1.5
DHTMLX Scheduler .NET for ASP.NET 2.2
Pass Parameters in SetInterval() function in JavaScript 0.1
Toggling Elements with JavaScript 0.1
Get File Extension in PHP 0.1
AzSDK PDF Split Merge ActiveX DLL 3.00
Properties with value checking with the option to use FormEncode validators .
Evolutionary Algorithm (Generation of Prime Numbers)
ICPennyBid - Penny auction software 3.9
Elite News Pro2 PHP RSS Reader 2.0
Top Search
Post Message To Twitter From Php Script
Photo Add Comment Php
Asp Net Projects With Free Source Code
Login Php
Admin Login Php Code
Login Php Expiration Date
Mini Projects For Computer Science Students
Free Java Projects For Students
Projects In C Language With Code
Php Projects With Source Code
Free Download Php Projects For Online Shopping
Zynga Bonus Chips Tk
Mini Project In Dbms Using Frontend Vb Backend Sql
Free Html Projects
Mini Projects In C Language
Related Search
Read Data From Cvs File
Code C Read Data From A File
Read Data From Text File In Vbnet
Read Data From Ini File In Visual Basic
Javascript Read Data From Excel File
How To Read Data From Dbf File
Read Data From Excel File
Read Data From Xls File
Read Data From Text File
Read Data From File And Dispaly
Read Data From File And Display
Read Data From File
Read The Data From Csv File In Text Box
Read Data From File Through Dropdown
Read Data From Port
 Read Data From Cvs File 

Code 1-20 of 60   Pages: Go to  1  2  3  Next >>  page  


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.