randym / axlsx

xlsx generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going to load on your client's machine.
MIT License
2.62k stars 695 forks source link

Mutiple thread error file #644

Closed phuongnguyen2311 closed 4 years ago

phuongnguyen2311 commented 5 years ago

I have problem with export file excel but open file content is empty Can you help me support this problem code download excel run on backgroud Step reproduce: step 1: Open 4 tab on browser step 2: click download on 4 tab same time step 3: when job run finished then i have download file then error content is empty

i have check capacity of file then same with other file can open success, it's only can't show content file error

Please help me support

i have trouble with customer so i need resolve this bug ASAP Thanks you Company Nhu_1_2019_9.xlsx 1 problem same this: https://github.com/caxlsx/axlsx_rails/issues/91

noniq commented 4 years ago

Workbook generation is not threadsafe in Axlsx. This has been fixed in caxlsx 3.0.1

phuongnguyen2311 commented 4 years ago

Workbook generation is not threadsafe in Axlsx. This has been fixed in caxlsx 3.0.1 @noniq thank for your reply Now we use ruby version 2.2.3, rails 4.2.5 should new version not support for current version can you help me other way?