Jeremy Wadsack

Results 35 comments of Jeremy Wadsack

How about last day of a month is first day of the next month minus one day? In other words, use the month day lookup that's built into ruby /...

@nickelser Any chance you could review this? We're using the gem and our fork of it but would love to get a released version that covers this. (I see there...

Hmm... as the only change here was the README update, this seems to be a problem where tests are inconsistent. Perhaps re-running the travis build will fix this?

As with @nickelser, I had to read the source (and this issue) to realize the options for the `key` parameter. I see the following options for `Concurrency` ``` key: nil,...

We have a similar issue. We're building sheets with hundreds of thousands of rows and as many as 100 tabs. axlsx uses 5.3GB to build a 111MB xlsx file. I...

We just ended up spinning up more hardware to deal with this for the time being. :/

Yeah. We would still love a solution. We run a 24gb server instance so we can build 15mb files. - Jeremy On Sep 29, 2015 4:16 AM, "hassan abdul rehman"...

Just had another build crash because a 400MB Excel file took 22GB of memory to build. (Incidentally, Excel used 1.5GB to open this file.) In the python world we use...

The XLSX file isn't a single file. It's a collection of files that are zipped together. Which I think makes this more complicated. The python library xlsxwriter has [a feature...

#352 is a similar request to append rows to an existing file.