Download of Readme.txt (Readme.txt ( external link: SF.net): 127 字节) will begin shortly. If not so, click link on the left.

文件信息

文件大小
127 字节
MD5
895f9e08a24ba582e4ee6fcf8591b373

项目描述

This work pursued two main objectives:
- Develop a java library that allows to easily create Excel files via OLE2.0 technology, which could be used by developers regardless of the data origin.
- Develop a system for JForex platform, taking advantage of the library developed, which allows End Users to easily obtain data from any instrument offered by the platform at any period, or the Ticks information of the instrument. At the same time, this system could be improved, modified and / or extended by other developers.

Of the first objective, was born the OLExcel library, which lets use the OLE Compound File technology (http://msdn.microsoft.com/en-us/library/dd942557.aspx), using the Apache POI library (http://poi.apache.org). OLExcel greatly simplifies the job of creating Excel files using Java through OLE2.0 technology.
Of the second objective, was born the JForex2Excel system, that making use of the OLExcel library, send data from the JForex platform to a file in Excel format.