The point of this article is to show you how to parse data from an Excel spreadsheet that looks like this: [singlepic id=78 w=700 h=400 mode=watermark] and turn it into a series of graphs that look like this: [singlepic id=79 w=700 h=400 mode=watermark] Recently I was looking for an opportunity to get some practice with […]
Tags:
Apache,
builders,
ChartBuilder,
DSL,
Excel,
ExcelBuilder,
Gradle,
Groovy,
JFreeChart,
kellyrob99,
MarkupBuilder,
Office,
theKaptain,
visualization
I had a great chance to play with some new stuff this weekend, namely Grails 1.2-M3, the new Grails REST plugin and Groovy in general. Awhile back I wrote some Groovy code to explore the various Jira, Fisheye and Crucible REST api’s using Apache HttpClient directly, and I wanted to see what it would like […]
Tags:
Apache,
Crucible,
DataTable,
Fisheye,
Google,
google-charts,
Grails,
Groovy,
HTTPBuilder,
HttpClient,
Jira,
JSON,
REST,
RESTClient,
theKaptain,
XML
I’ve been writing a lot of Groovy scripts lately and have developed quite a fondness for the CliBuilder along the way. There’s lots of great examples on the internet, but I could only find one place that demonstrated how to easily consume an unknown number of parameters as a List and that was a copy […]
I’ve been learning a lot about Apache Camel at work recently and am so very glad that I signed up for the mailing list a couple of weeks back. Was scratching my head recently about why my headers were mysteriously disappearing from some messages and fortunately I read the mailing list before deep diving into […]