Kodie Grantham

Results 57 comments of Kodie Grantham

@paddelboot I apologize for the lack of support. I agree, it is a bummer. With as popular as this plugin got I was hoping that more people would contribute after...

Sorry about that @paulcanning ! This started out as a small project for clients that I wasn't going to release but then decided to release it. It was my very...

Hey guys! So I haven't looked into product field support at all. Please feel free to fork the repo and submit any pull requests. Thanks!

This is a good idea! I will add it to the to-do list!

Hey @seantrace I will look into this asap. Thanks!

@furagu +1 for merging this or making @y-a-v-a a maintainer

@Will-at-FreedomDev's solution works. A `style` option for the `addWorksheet` function would make since. ```js const ws = wb.addWorksheet('My sheet', { style: { font: { size: 10, name: 'Arial' } }...

I'm running into the same exact issues as @porkifoy.

@php5-webmob As @bradroberts suggested, we are caching the results locally. So basically our app is getting images in a two-step process. First, make a RETS call to download all the...

I've also noticed that you can get a `401 Unauthorized` error if you use the wrong Authentication Method. ```js $config->setHttpAuthenticationMethod('basic'); ```