how to convert RubyXL workbook to binary in rails

369 Views Asked by At

I used gem RubyXL to export something to a workbook, and I do not want to use workbook.write() to create a file, but want to save the workbook to mysql DB as binary.

how can i convert the RubyXL workbook to binary?

1

There are 1 best solutions below

0
On BEST ANSWER

I find a solution just now it is

workbook.stream.read