Tom Faulhaber
Tom Faulhaber
Sorry to be slow responding to this issue. I'm baking a new version of autodoc with lein2 support (which turned out to lead down a rabbit hole). The new version...
A good test suite is something that we are sorely lacking. I'm not too worried about which framework we pick. I've been thinking about this, too, and here are some...
Yeah, basically the right points. I think that we can skip the POI-based stuff because implementing the first step straight from the XML is not hard with (a) the tools...
Hey @smahood, sorry to hear that you won't be in Seattle. We'll try to have fun without you :) #### Official documentation The bible of Office XML is the ECMA...
Sorry, @smahood, this got lost in my onslaught of email and I didn't see it. Sure, that sounds great to me. Are there any particular things that we want from...
One thing we need to do once we've updated is use the .getDrawingPatriarch method in place of the .createDrawingPatriarch method when we don't want to create new drawings. This will...
Hi Daniel, I am very open to prettifying the docs and would be happy to accept a patch that made substantial progress there. I think it would be best if...
> > I think it would be best if we developed an approach with examples rather than just dropping a single big patch What I mean here is that we...
I wrote a long comment on #30 ([here](https://github.com/tomfaulhaber/excel-templates/issues/30#issuecomment-205090791)) that describes a lot about Office XML. Of particular interest was my discovery of the formula grammar on page 2043 of _ECMA-376,...
@smahood: Great! At ClojureWest, Ghadi Shayban introduced a new parser called PEX (based on the the LUA PEG implementation). This might be interesting here for both clojure-y-ness (the grammar is...