Jono Clarnette

Results 47 comments of Jono Clarnette

I haven't tested this but this should work ``` using (FastExcel.FastExcel fastExcel = new FastExcel.FastExcel(templateFile, outputFileTmp)) { fastExcel.Write(worksheet1, "sheet1", 1); fastExcel.Write(worksheet2, "sheet2", 1); } File.Delete(outputPathTmp); ```

only basic support of defined names is currently implement, you are welcome to implement more advanced usage

I have attempted to figure this out have not had any luck yet, it keeps corrupting the file

Searching a project to find schemas would be great. I actually use a crude implementation of what you propose to search for Schema folders instead of a file suffix, using...

I'm not sure how many people use indexAllToRoot. It might not be a popular opinion

Hey @mo4islona I'm curious if you had a chance to look at your suggestion?

Thankyou I'll see if i can help

looks super easy, something like this with an option ```javascript import { rmdirSync } from 'fs'; rmdirSync(typeOutputDirectory, { recursive: true });```

its sounding like I should drop commonjs module and just go esm

I think this is possible there is a function that gets the type, using this example I should be able to figure this out