File: control

package info (click to toggle)
jexcelapi 2.6.12-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 4,264 kB
  • ctags: 7,331
  • sloc: java: 43,178; xml: 129; makefile: 18; lisp: 9; sh: 8
file content (44 lines) | stat: -rw-r--r-- 2,119 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: jexcelapi
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>, Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk
Build-Depends-Indep: jflex, maven-repo-helper
Standards-Version: 3.8.3
Homepage: http://jexcelapi.sourceforge.net/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jexcelapi/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jexcelapi/

Package: libjexcelapi-java
Architecture: all
Depends: ${misc:Depends}
Description: Java API to read, write and modify Excel spreadsheets
 The Java Excel API is an open source Java API which allows Java developers to
 read Excel spreadsheets and to generate Excel spreadsheets dynamically. In
 addition, it contains a mechanism which allows java applications to read in a
 spreadsheet, modify some cells and write out the new spreadsheet.
 .
 This API allows non Windows operating systems to run pure Java applications
 which can both process and deliver Excel spreadsheets. Because it is Java,
 this API may be invoked from within a servlet, thus giving access to Excel
 functionality over internet and intranet web applications. 

Package: libjexcelapi-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libjexcelapi-java
Description: Java API to read, write and modify Excel spreadsheets - documentation
 The Java Excel API is an open source Java API which allows Java developers to
 read Excel spreadsheets and to generate Excel spreadsheets dynamically. In
 addition, it contains a mechanism which allows java applications to read in a
 spreadsheet, modify some cells and write out the new spreadsheet.
 .
 This API allows non Windows operating systems to run pure Java applications
 which can both process and deliver Excel spreadsheets. Because it is Java,
 this API may be invoked from within a servlet, thus giving access to Excel
 functionality over internet and intranet web applications.
 .
 This package contains API documentation (Javadoc) for Java Excel API.