[ ソース: opencsv ]
パッケージ: libopencsv-java (5.2-1)
libopencsv-java に関するリンク
Debian の資源:
opencsv ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [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