Nuri

Results 13 issues of Nuri

Can the owner please give us an update on project state/plans?

Hi, Thanks for sharing this library! ### Use case In an ongoing scheduled task, I need to process and convert XLS and XLSX files both ways. I can probably get...

Hello. I am using the`ajax:error` event as a generic global server error handler, like this: ```JS document.addEventListener('ajax:error', (e) => { alert( e.detail.statusText + ' ' + e.detail.raw); //TODO: make nicer...