[ 原始碼: opencsv ]
套件: libopencsv-java (5.2-1)
libopencsv-java 的相關超連結
Trisquel 的資源:
下載原始碼套件 opencsv:
維護者:
Original Maintainers:
- Debian Java Maintainers (郵件存檔)
- Emmanuel Bourg
外部的資源:
- 主頁 [opencsv.sf.net]
相似套件:
opencsv - Library for reading and writing CSV in Java
Opencsv is a very simple csv (comma-separated values) parser library for Java. It supports all the basic csv-type things you're likely to want to do:
* Arbitrary numbers of values per line * Ignoring commas in quoted elements * Handling quoted entries with embedded carriage returns (ie entries that span multiple lines) * Configurable separator and quote characters (or use sensible defaults) * Read all the entries at once, or use an Iterator style model * Creating csv files from String[] (ie. automatic escaping of embedded quote chars)
其他與 libopencsv-java 有關的套件
|
|
|
-
- dep: libcommons-beanutils-java (>= 1.9.4)
- Apache Commons BeanUtils - Utility for manipulating Java beans
-
- dep: libcommons-collections4-java (>= 4.2)
- Apache Commons Collections - Extended Collections API for Java
-
- dep: libcommons-lang3-java (>= 3.8)
- Apache Commons Lang utility classes
-
- dep: libcommons-text-java (>= 1.8)
- Apache Commons Text