seamusabshere / xlsx_writer

Writes XLSX files. Simple, clean XML and style. Supports autofilters and headers/footers with images and page numbers if you're willing to do a little Excel hacking.
MIT License
33 stars 10 forks source link

Problems with Ruby 2.1.0 and Windows 10 #21

Open tbohr opened 8 years ago

tbohr commented 8 years ago

Hi,

for a client project i need to use: Windows 10 and ruby 2.1.0.

I use your sample example. But it is not possible to build the file. The line: ::FileUtils.mv doc.path, 'myfile.xlsx'

always throw the error: ... /bin/rake: No such file or directoy - which gawk

NoMethodError: undefined method 'success?' for nil:NiClass ....

On MacOSX my script works fine...

Thanks