• 大小: 8.35MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-07
  • 语言: Java
  • 标签: dbf  xls  多线程  

资源简介

java多线程实现dbf转成xls

资源截图

代码片段和文件信息

/*

(C) Copyright 2015-2017 Alberto Fernández 

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3.0 of the License or (at your option) any later version.

This library is distributed in the hope that it will be useful
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library.  If not see .

*/

package com.linuxense.javadbf;

/**
 * Indicates aligment of data. 
 */
public enum DBFAlignment {
/**
 * Data is aligned to the left (so padding data is appended to the string)
 */
LEFT
/**
 * Data is aligned to the right(so padding data is preppended to the string)
 */
RIGHT;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-03-04 08:31  dbf2xls\
     目录           0  2017-03-20 11:06  dbf2xls\.idea\
     文件         346  2017-03-04 08:28  dbf2xls\.idea\deployment.xml
     文件          97  2017-03-04 08:28  dbf2xls\.idea\description.html
     文件         203  2017-03-04 08:31  dbf2xls\.idea\encodings.xml
     目录           0  2017-03-04 08:29  dbf2xls\.idea\inspectionProfiles\
     目录           0  2017-03-04 08:31  dbf2xls\.idea\libraries\
     文件         266  2017-03-04 08:31  dbf2xls\.idea\libraries\lib.xml
     文件        2392  2017-03-04 08:28  dbf2xls\.idea\misc.xml
     文件         261  2017-03-04 08:29  dbf2xls\.idea\modules.xml
     文件          91  2017-03-04 08:28  dbf2xls\.idea\project-template.xml
     文件       43033  2017-03-20 11:06  dbf2xls\.idea\workspace.xml
     文件         495  2017-03-04 08:31  dbf2xls\dbf2xls.iml
     目录           0  2017-03-04 08:50  dbf2xls\lib\
     文件      263965  2017-02-27 12:19  dbf2xls\lib\commons-codec-1.9.jar
     文件       62050  2017-02-27 12:19  dbf2xls\lib\commons-logging-1.1.3.jar
     文件      392972  2017-03-01 08:11  dbf2xls\lib\fastjson-1.2.13.jar
     文件      245039  2017-02-27 12:19  dbf2xls\lib\junit-4.11.jar
     文件      489884  2017-02-27 12:19  dbf2xls\lib\log4j-1.2.17.jar
     文件     2080419  2017-02-27 12:19  dbf2xls\lib\poi-3.11-20141221.jar
     文件     1210980  2017-02-27 12:19  dbf2xls\lib\poi-ooxml-3.11-20141221.jar
     文件     5595829  2017-02-27 12:19  dbf2xls\lib\poi-ooxml-schemas-3.11-20141221.jar
     目录           0  2017-03-04 08:31  dbf2xls\out\
     目录           0  2017-03-04 08:31  dbf2xls\out\production\
     目录           0  2017-03-04 08:52  dbf2xls\out\production\dbf2xls\
     目录           0  2017-03-04 08:52  dbf2xls\out\production\dbf2xls\com\
     目录           0  2017-03-04 08:52  dbf2xls\out\production\dbf2xls\com\linuxense\
     目录           0  2017-03-04 08:52  dbf2xls\out\production\dbf2xls\com\linuxense\javadbf\
     文件        1023  2017-03-04 08:52  dbf2xls\out\production\dbf2xls\com\linuxense\javadbf\DBFAlignment.class
     文件        1296  2017-03-04 08:52  dbf2xls\out\production\dbf2xls\com\linuxense\javadbf\DBFbase.class
     文件        2728  2017-03-04 08:52  dbf2xls\out\production\dbf2xls\com\linuxense\javadbf\DBFCharsetHelper.class
............此处省略50个文件信息

评论

共有 条评论