Welcome![Sign In][Sign Up]
Location:
Search - excel functions java

Search list

[File OperateJxltest

Description: 用jexcelapi中的jxl.jar来实现java操作EXCEL功能,使系统能够直接读出EXCEL中数据-jexcelapi use of java jxl.jar to achieve operating Excel functions, allowing the system to directly read Excel data
Platform: | Size: 1128 | Author: 张金 | Hits:

[File OperateJxltest

Description: 用jexcelapi中的jxl.jar来实现java操作EXCEL功能,使系统能够直接读出EXCEL中数据-jexcelapi use of java jxl.jar to achieve operating Excel functions, allowing the system to directly read Excel data
Platform: | Size: 1024 | Author: 张金 | Hits:

[DocumentsExcel.RAR

Description: Excel函数应用500例 -500 cases of the application of Excel functions Excel function application 500 cases
Platform: | Size: 182272 | Author: jibajiba | Hits:

[JSP/Javaexcel

Description: 通过java语音实现execl文件的存取、读写,具备灵活的控制execl功能-Java voice through execl documents to achieve access, read and write, with flexible control functions execl
Platform: | Size: 5120 | Author: xiexp | Hits:

[JSP/JavaMMS

Description: 一个专家资料的管理系统,用eclipse开发,包括专家资料的查询,删除,插入,导出EXCELL等功能-An expert information management system, used eclipse to develop, including expert information on the query, delete, insert, export Excel functions
Platform: | Size: 1723392 | Author: 李凯 | Hits:

[Web Serverjxcell

Description: jxcell是一个java组件,通过它你可以创建、修改、打印Excel,把Excel报表功能集成到J2EE应用程序或Web服务器工程当中。 ● jxcell可以动态地创建拥有精确的行、列、公式、图像、线条和图表等功能的Excel文件,特别适合制作复杂的中国报表。 ● jxcell是可以在服务器或客户端操作Excel文件的Java工具,可以用作快速的服务器端计算引擎,执行复杂的快速计算。 ● 可以在 Java 用户界面中嵌入jxcell电子表格,应用于可嵌入小程序(java applet)和 Java 桌面客户端应用程序-jxcell is a java component, through which you can create, modify, print Excel, the Excel statements functionality into J2EE application or Web server which works. ● jxcell can have a dynamically created precise rows, columns, formulas, images, lines and graphs and other functions of the Excel files, especially suitable for the production of complex statements in China. ● jxcell is on the server or client operation of Java tools for Excel documents, can be used as a rapid server side calculation engine, the rapid implementation of complex calculation. ● can be embedded in Java user interface jxcell spreadsheet used embeddable applet (java applet) and the Java desktop client application
Platform: | Size: 2956288 | Author: | Hits:

[Other Web Codeexport

Description: 用java做的,前台为ajax框架ext显示的,主要功能是在ext的分页显示功能和ext的后台导出到excel中.涉及到spring和hibernate技术-To do with java, ajax framework ext prospects for the shows, the main functions of paging in the ext and ext display the Export to excel in the background. Relate to spring and hibernate Technology
Platform: | Size: 16638976 | Author: 朱前进 | Hits:

[JSP/Javajsp_and_excel

Description: 前段时间,客户要求我们的系统可以实现与ms excel的数据交换,可以把系统中的数据导入导出到excel.我们的系统是一个用java做的b/s结构的MIS系统.为了解决这个问题,我采用了专门操作excel的开源项目jxl 根据客户的要求,用jxl实现了如下功能: 1:在客户端读取excel文件的数据 2:把系统数据导出到excel模板文件中. -Earlier, the customer can ask our system with ms excel data exchange system can import and export data to excel. Our system is a java to do with b/s structure of the MIS system. To solve this problem I used excel to operate specialized jxl of the open source project based on customer requirements, using jxl to achieve the following functions: 1: the client to read excel file data 2: Export the data to excel template file.
Platform: | Size: 2037760 | Author: tyxhlw | Hits:

[JSP/Javajxl

Description: 通过java操作excel表格的工具类库   支持Excel 95-2000的所有版本   生成Excel 2000标准格式   支持字体、数字、日期操作   能够修饰单元格属性   支持图像和图表   应该说以上功能已经能够大致满足我们的需要。最关键的是这套API是纯Java的,并不依赖Windows系统,即使运行在Linux下,它同样能够正确的处理Excel文件。另外需要说明的是,这套API对图形和图表的支持很有限,而且仅仅识别PNG格式。   搭建环境   将下载后的文件解包,得到jxl.jar,放入classpath,安装就完成了。   (很大总是不能很好的加载,我想补充一下:把你下载好的JXL.JAR包放入D:\JAVA\jre\lib\ext中(我的是JDK1.6)就OK了。我相信在配置TOMCAT时也需要把相关的三个包放到这里面。)-Tools to operate the excel table through java class library supports all versions of Excel 95-2000 generate Excel 2000 format support fonts, numbers, dates, the operation can be modified cell properties support images and charts should be said that the above functions have been able to substantially meet our needs. The key is set API is a pure Java, does not rely on a Windows system, even if running under Linux, it is also able to correct handling Excel files. Also need to note is that this set of API support for graphics and charts very limited, and only understands the PNG format. Unpack the file after the build environment to download be jxl.jar, add the classpath, the installation is complete. (Much is not always a good load, I would like to add: you download good JXL.JAR package into the D: \ Java \ jre \ lib \ ext (I JDK1.6) the OK. I believe that to configure TOMCAT three packages need to be put in there.)
Platform: | Size: 3141632 | Author: 陈明 | Hits:

[JSP/JavaStudentScore

Description: 上传了5个关于学生成绩管理的Java代码。其中StudentScore为本人自编的。代码已通过编译,和excel相结合可实现学生成绩管理。界面包括学生信息包括学号、姓名、性别、语文成绩、数学成绩、英语成绩和总分 系统功能描述: 1)数据信息的录入功能; 2)信息的查找功能(可分别按学号、姓名、性别、语文成绩、数学成绩、英语成绩进行查找); 3)信息的删除功能; 4)学生信息的打印功能; 5)成绩的排序功能; 6)总分自动生成,不需输入; -Code has passed the compilation, and excel in combination to achieve student performance management. Interface, including student information, including Student ID, name, sex, language achievement, mathematics achievement, English achievement, and Total System Function Description: 1) data information of the input function 2) information search function (respectively by Student ID, name, sex, language achievement, mathematics achievement, English achievement for search) 3) information delete functions 4) the student information, print function 5) results sorting functions 6) total score generated automatically, without input
Platform: | Size: 236544 | Author: 杨晓岚 | Hits:

[JSP/JavaExcel

Description: 让初学者知道怎么用java实现Excel的导入导出功能-Let beginners know how to use java' s import and export functions to achieve Excel
Platform: | Size: 6144 | Author: wangxin | Hits:

[JSP/JavaJava_drawexcel

Description: 从空白的excel文件动态生成excel表格,Java编程调用PageOffice设置公式并填充数据。\r\n\r\n集成PageOffice不但能够实现在线编辑、保存真正的Office文档,而且还可以轻松实现Word、Excel文档的动态数据填充、格式控制和用户输入提交的高级复杂功能。-Dynamically generated from a blank excel file excel table the Java programming call PageOffice set formula and populate the data. \ R \ n \ r \ n integrated PageOffice not only be able to achieve online editing, save the real Office document Word, Excel documents dynamically populated with data, but also can easily achieve the senior complex functions, format control and user input submitted.
Platform: | Size: 528384 | Author: 涂海华 | Hits:

[JSP/JavaJAVA_Simple

Description: JAVA集成PageOffice的最简单代码。\r\nPageOffice是标准Java组件,标准JSP Tag标签方式引用,完美支持Eclipse、MyEclipse等开发工具。强大的Word、Excel 动态数据填充及格式控制功能。-JAVA integration of the PageOffice the most simple code. \ R \ nPageOffice standard Java components, standard JSP Tag label way of reference, the perfect support for Eclipse, MyEclipse development tools. Powerful Word, Excel dynamically populated with data and format control functions.
Platform: | Size: 542720 | Author: 涂海华 | Hits:

[JSP/JavaHR

Description: java+mysql+tomcat人力资资源管理系统,包括人员档案,人事变动,教育培训,系统管理,信息查询,多种功能导出excel等基本功能-java human capital resource management system, including personnel files, personnel changes, education and training, systems management, information inquiry, a variety of functions basic functions such as export excel
Platform: | Size: 12734464 | Author: | Hits:

[GDI-BitmapPic2PDF

Description: img2pdf 编程接口,支持各种语言(VC,VB,PB,JAVA,delphi,python等) 支持各种图片转PDF,而且生成的PDF非常小, 支持对各种图片的预处理(支持图片的合并,拼接,格式转换,加补白,去除背景色等操作)。 支持批量图片生成PDF,可把图片追加到PDF, 对图片的合并,可以支持拼版操作, 所有功能,封装在20K的dll中,可以嵌入你的程序中 此外,还提供各种文档转图片功能以及把各种文档生成不可编辑的文档的功能包括(Word,PDF,XPS,Excel,PPT等) 图片转PDF,可以对于各种需要分发的文档起到有效保护。-img2pdf programming interface, supports a variety of languages ​ ​ (VC, VB, PB, JAVA, delphi, python, etc.) Supports a variety of image transfer PDF, and the generated PDF is very small, Support for a variety of image pre-processing (support picture merger, stitching, format conversion, add padding to remove the background color, etc). Support batch image generating PDF, can be appended to the image PDF, The picture merge operation can support the imposition, All features, packaged in a dll 20K, you can embed in your program In addition, it also provides a variety of functions and document transfer images to a variety of non-editable document generation capabilities include document (Word, PDF, XPS, Excel, PPT, etc.) Image to PDF, can be for a variety of documents that need to distribute play an effective protection.
Platform: | Size: 9216 | Author: chinagen | Hits:

[JSP/JavaStudentInfo

Description: 用java swing编的一个学生管理系统,供初学者学习swing以及布局的设计。里面可以导出Excel表格的功能。-Java swing with a series of student management system, designed for beginners to learn swing and layout. Which can be exported Excel spreadsheet functions.
Platform: | Size: 3816448 | Author: 小列 | Hits:

[JSP/Javaexcle

Description: Java实现Excel导入导出功能(本源码不含有jar包)-Java implementation of the Excel import and export functions
Platform: | Size: 74752 | Author: 史作朋 | Hits:

[JSP/JavaCreateExcel

Description: java实现excel函数,如常用的sum,avg,等-java achieve excel functions, such as the commonly used sum, avg, etc.
Platform: | Size: 2048 | Author: he | Hits:

[JSP/JavaExcel&pdf

Description: 一个基本的学生成绩管理系统,有选课,查课,查看成绩,以及导入导出成绩的基本功能,方便了解Java web项目的实现流程。(A basic student performance management system, there are courses, check classes, view the results, as well as import and export results of the basic functions, to facilitate understanding of the Java web project implementation process.)
Platform: | Size: 7168 | Author: 鲜花背叛牛粪 | Hits:

CodeBus www.codebus.net