Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | File Exchange
ATOMS : DataINT details
Login with GitLab

DataINT

Toolbox for INTERACTIVE reading and writing of csv- and xls-datafiles
(6951 downloads for this version - 33207 downloads for all versions)
Details
Version
1.0.1
A more recent valid version with binaries for Scilab 6.0 exists: 1.1.0
Author
Hani A. Ibrahim
Owner Organization
private individual
Maintainer
Hani Ibrahim
Category
License
Dependency
Creation Date
August 29, 2019
Source created on
Scilab 6.0.x
Binaries available on
Scilab 5.5.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Scilab 6.0.x:
Windows 64-bit Windows 32-bit Linux 64-bit Linux 32-bit macOS
Install command
--> atomsInstall("dataint")
Description
            dataINT offers functions for convienient interactice im-/export of data files, 
 as comma-separated-value- (*.csv, *.dat, *.txt) and binary Excel files (*.xls)
 to or from a Scilab matrix. 
 
 Parameters, to specify the im-/export, can convieniently entered in a dialog  
 box and the file selection is done by the platform-specific 
 file selection dialog.
 
 You can specify the following im-/export parameters:
 - Field separator (comma, semicolon, tab, space)
 - Decimal separator (comma, point)
 - Rows and Colums you want to import (DI_readcsv, DI_readxls only)
 - Sheet you want to import (DI_readxls only)
 - Number of lines to skip, e.g. header line(s) (DI_readcsv, DI_readxls only)
 - Comment header line to describe your data (DI_writecsv only)
 
 IMPORTANT: dataINT does not handle data from XML-based Excel files (.xlsx)!
 NOTE: dataINT handles doubles only.
 
 The functions can easily integrated in your own scripts to make use of 
 dataINT's interactive functionality or to simplify your data import in 
 Scilab's console.
 
 FUNCTIONS:
 
 * DI_readcsv
   Read comma-separated value files (*.csv, *.dat, *.txt) interactively.
 * DI_readxls
   Read  binary Excel files (*.xls) interactively.
 * DI_writecsv
   Write comma-separated value files (*.csv, *.dat, *.txt) interactively.
 
 dataINT is available for Scilab 5.5.x and Scilab 6.0.x and cross-platform.

 CHANGELOG:

 1.0.1 Bug fixes: 
   - "test" print in DI_readcsv())
   - Syntax/Calling Sequence missing bug in help-files
   - some minor improvements
            
Files (5)
[111.50 kB]
Source code archive

[269.98 kB]
OS-independent binary for Scilab 5.5.x

[278.83 kB]
OS-independent binary for Scilab 6.0.x

[485.90 kB]
Miscellaneous file
Space-delimited import - Screenshot macOS
[315.30 kB]
Miscellaneous file
XLS import - Screenshot macOS
News (2)
Comments (0)
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.