Hi cva,
Clarizen exposes RESTful API which can be used similarly in a variety of platforms. The documentation for the REST API can be found here.
Clarizen also exposes a SOAP API. In my opinion it's more complicated to set up, particularly for non Microsoft.NET platforms. However, the documentation for it has setup instructions and samples in Java.
As for placing data in Excel files, it's a separate task that is independent on usage of Clarizen API, so it's out of the scope of this forum. However, if what you need is exporting Clarizen data to Excel files, I have several suggestions:
- Clarizen offers an Excel plug-in which can be used to produce and refresh Excel reports based on Clarizen data.
- Clarizen reports can be exported to Excel. Using customizations those excel reports can also be sent by Email automatically.
- If you decide to use the API, consider writing the data to .CSV (comma separated values) files. They are very easy to use and Microsoft Excel can read them.
- There are also many third party packages which can be used to write Excel files, Aspose.Cells just to name one (Clarizen is not associated with Aspose, this is just an example. If you decide to use such a package, select the one that best suites your needs).
Hope this helps,
Ophir
Comment actions