Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 516 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 516 Bytes

Output-Data-to-Excel

Output the data to excel file.

Let the text file output to the file of excel format.

Alpha Stage
Author: Yu-Ting, Kao
Date: 2014/04/25

Support type

Support 'double type' only right now.
The 'string type' will be supported in the future.

Usage

javac OutputToExcel.java
java OutputToExcel [text file] [excel file name]

Features

* Append mode and write mode.

Known Issues