Daemach

Results 18 issues of Daemach

I installed the 10.0 version of the chrome-aws-lambda as a layer this morning. I then tried to use your example usage code, slightly modified to generate a pdf, as a...

bug

Great library. I appreciate your time in developing and maintaining it. With the code below, syntax highlighting breaks on the line that restores the database, with the first instance of...

bug

I like the idea of cflint making me a better coder, but I don't understand some of these hints/rules. Is there a page that explains why these things should be...

enhancement

Hello Julian - I'm getting odd import errors with the xlsx file attached. The csv file saved from the xlsx works fine. [Veriti Holdings_Template 2.xlsx](https://github.com/cfsimplicity/spreadsheet-cfml/files/9214599/Veriti.Holdings_Template.2.xlsx) [Veriti Holdings_Template 2.csv](https://github.com/cfsimplicity/spreadsheet-cfml/files/9214600/Veriti.Holdings_Template.2.csv) .

I installed this extension from the marketplace but it does not work. Maybe the problem is the path. But I cannot find out where the extension gets installed. Please provide...

I need to add states to territories, and territories to users. If the state list needs to change, I need to load one list with the states in the territory...

I was struggling to get putObject working. Once I did, I added an example for the next fellow to follow.

When using the `read()` method, and I don't provide headers and don't specify that the first row is headers, the library returns a query with columns named `column1, etc` That...

I like the speed of the `readLargeFile()` method, and returning a Java array of arrays is a workable format. It would be great to add this as an alternative format...

I am trying to read an xlsx file and get the following message, even though there is a valid sheet. I am getting sheet names with getInfo() then looping over...