Projects tagged ‘csv’ and ‘excel’


Jump to tag:

Projects tagged ‘csv’ and ‘excel’

Filtered by Project Tags csv excel

Refine results Project Tags java (5) data (4) database (3) microsoft (2) fixed-length (2) converter (2) flat_file (2) parsing (2) xml (2) xls (2) parser (2) sql (2)

[15 total ]

5 Users
 

NEW: Latest release can be downloaded from http://dist.wso2.org/products/wsas/wso2wsas-2.2.zip * Data Services provides a simple mechanism to expose data stored in a relational data via a Web ... [More] service API. • Data is no longer locked away in a database but also available for mashing up with other data on the Web. * XML response is generated using database data. * Expose CRUD operations performed on a relational database to the outside world • Ability to use full power of the WS-* security stack • WSAS allows you to deploy data services in two ways •Deploy data service configuration file directly •Create the service using the UI wizard WSO2 Data Services specification - http://wso2.org/wiki/display/wsf/Data+Services+and+Resources [Less]
Created about 1 year ago.

2 Users
 

ZFileReader on SourceForge: a Java (1.4+) flat file parser that handles CSV, fixed length and custom delimiters. The formats are configured in XML, it is fast and released under Apache license 2.0. ... [More] Substrings in a fixed width parse can be daunting to deal with when trying to analyze what existing code is doing, and what about when you have no comments... We also provide delimited file parsing; works with any delimiter / qualifier, multiline records, delimiter or qualifier allowed in column value. [Less]
Created over 3 years ago.

2 Users
 

FlatPack came out of the frustration of having to mix file parsing logic with business logic. FlatPack on SourceForge: a Java (1.4+) flat file parser that handles CSV, fixed length and custom ... [More] delimiters. The formats are configured in XML, it is fast and released under Apache license 2.0. Substrings in a fixed width parse can be daunting to deal with when trying to analyze what existing code is doing, and what about when you have no comments... We also provide delimited file parsing; works with any delimiter / qualifier, multiline records, delimiter or qualifier allowed in column value. [Less]
Created over 2 years ago.

1 Users

Cutplace is a tool to validate that data conform to an interface control document (ICD). Cutplace works with flat data formats using delimiters (such as CSV) or a fixed format. Such formats are ... [More] commonly used to exchange data between different platforms or physically separated systems. With cutplace you can describe these data in a simple and human readable spreadsheets using popular applications like Calc or Excel. It acts as "executable specification" that cutplace can use to validate that data actually conform to it. [Less]
Created 9 months ago.

0 Users

Created 8 months ago.

0 Users

mikaboshiプロジェクトこのプロジェクトでは、主にソフトウェア開発向けのツールやライブラリを公開しています。 ... [More] Javaツールmikaboshi-utils自作のJavaユーティリティライブラリです。プロダクトに組み込むというよりは、テスト等の作業を効率化する用途に適していると思います。 CSVデータを操作するライブラリや、カスタムAntタスクなどがあります。 mikaboshi-jdbc-monitorJDBCの処理を横取りして、SQLログを出力します。また、そのログをフィルタして閲覧できます。 Excelツール(アドイン)Excel-CSVデータインポート・エクスポートツールExcelにおいて、CSVデータの操作の補助を行います。 本ツールには、以下のような機能があります。 テキストファイル ⇔ Excelのインポート・エクスポート クリップボード ⇔ Excelのインポート・エクスポート ExcelシートジャンパーExcelファイルのシート名の一覧を表示し、フィルタや並び替えによって目的のシートを絞り込み、素早くシートの移動を行うことができます。 Excel選択セル集約情報表示ツールExcelにおいて選択されたセルの集約情報を表示します。 本ツールでは、以下の情報が表示されます。(概ね、Excelの右下のステータスバーで表示されるものと同じです。) 平均 データの個数 数値の個数 最大値 最小値 合計 WindowsツールWindowsのちょっとした処理を自動化するツール群です。 バックアップ作成 : 選択したファイルやフォルダのバックアップを作成します。 サブフォルダ一括作成 : サブフォルダを一気に作成します。例えば、フォルダを選択して「aaa\bbb」というパスを入力すると、選択したフォルダの下の「aaa」というフォルダと、その下の「bbb」というフォルダを作成することができます。 フォルダ強制削除 : 読み取り専用ファイルや隠しファイルがあっても、選択したフォルダを強制的に削除します。 SVN設定ファイル削除 : 選択したフォルダの下(サブフォルダ含む)から、Subversionの設定ファイル(.svnフォルダ)を一括で削除します。 Thumbs.db削除 : 選択したフォルダの下(サブフォルダ含む)から、Thumbs.dbファイルを一括で削除します。 これらのツールは、エクスプローラのコンテキストメニューから実行します。 [Less]
Created 12 months ago.

0 Users

Bluebird Reports is a PHP based reporting framework, which enables you to quickly create compelling reports. Highlights include login and access control, parameterized templates, a multitude of output ... [More] options, scheduling and powerful report formatting. [Less]
Created 12 months ago.

0 Users

CSVMergerCSVMerger is a command-line tool to merge different CSV (Comma Separated Values) files into an MS Excel workbook where each of source CSV files is a separate worksheet. It uses a XML-based ... [More] configuration file that specifies input and output files, etc. RequirementsMicrosoft .NET Framework 2.0 Runtime (download) MS Office one of Microsoft's Primary Interop Assemblies for MS Office (Office XP: download, Office 2003: download, Office 2007: download) [Less]
Created 12 months ago.

0 Users

BeanFiles is a java library for importing and exporting javabeans to/from various file formats. Right now, it only supports importing from csv using opencsv and xls using POI. Check out the ... [More] examples. Beanfiles aims to facilitate type conversion and multiple input/output formats while reusing some of the underlying translation components. The library currently supports importing only, but has some useful features. It supports the following: No configuration (if column headers match bean property names) Property Mapping (if column headers do not match bean property names) Nested property resolutions (bean.childBean.property.whatever) Simple wildcard mappings (image* will build a list of strings where column header is imageXyz) Easily add custom translators (for instance a column is an id, and the bean property is a lookup) A nice use-case is creating beans with the beanfiles library, then using Hibernate to store objects to a relational model. There's a Google group for discussing this project: http://groups.google.com/group/beanfiles Example UsageConsider the following csv file: property1,property2,property3,property4,property5 line1_prop1,line1_prop2,line1_prop3,1,FALSE line2_prop1,line2_prop2,line2_prop3,2,TRUEIn order to map this data to the following Java Bean: public class SimpleBean { private String property1; private String property2; private String property3; private int property4; private boolean property5; public SimpleBean() {} public String getProperty1() { return property1; } public void setProperty1(String property1) { this.property1 = property1; } ... } Here's the Beanfiles code: InputStream input = getInputStream("files/csv/simple_properties.csv"); ReaderIterator iterator = new CSVReaderIterator(SimpleBean.class, input); input.close(); SimpleBean bean1 = iterator.next(); SimpleBean bean2 = iterator.next(); [Less]
Created about 1 year ago.

0 Users

Dockhand began as a tool for generating SQL create table statements and Oracle SQL*Loader control files, but it quickly expanded and now aims to be a general purpose data manipulation, extraction, and deployment utility.
Created 12 months ago.