excel2xoonips 1.0.0 : A data convertor from Excel data to XooNIps import file.

Copyright (C) 2007 RIKEN, Japan All rights reserved.

DESCRIPTION:
  excel2xoonips is a utility to covert Excel data to XooNIps import file.

LICENSE:
  This software was provided under GPL (The GNU General Public License)
  version 2. See COPYING.txt file for more detail.

Change Logs:
  2007-10-31   1.0.0
   * initial release from RIKEN BSI Neuroinformatics Japan Center.

Directories Layout:
  |- README.txt          This file
  |- COPYING.txt         License information
  |- STATUS.txt          Development status
  +- cexcel              A library to read Excel data
  +- cole                A library to read OLE2 file system
  +- doc                 Additional documents
  +- etc                 Configuration files
  +- excel2xoonips       Main source code of this product
  +- libsl4              A library for basic C algorithm
  +- macros              GNU Autoconf/Automake macros
  +- oniguruma           A library for regular expression
  +- zlib                A library for file compression


Build/Install:
 See INSTALL.txt


Usage:
 % excel2xoonips Excel.xls XooNIpsImport.zip
   - Excel.xls         : input file
   - XooNIpsImport.zip : output file

Import Excel data to XooNIps:
 1) convert Excel data to XooNIps Import file
    % excel2xoonips Excel.xls XooNIps.zip
 2) import converted import zip file on XooNIps using web browser
    
