shenwei356 / csvtk

A cross-platform, efficient and practical CSV/TSV toolkit in Golang
http://bioinf.shenwei.me/csvtk
MIT License
992 stars 84 forks source link

csv2xlsx doesn't work #243

Closed wangzhichao1990 closed 1 year ago

wangzhichao1990 commented 1 year ago

Hi, csv2xlsx just generate an empty xlsx file. The version of csvtk is 0.27.1. Thanks.

shenwei356 commented 1 year ago

It is a bug of the Go compiler, which affects the https://github.com/qax-os/excelize/ package. Please use these binaries first:

Besides, csvtk splitxlsx has a bug, which I'll fix it later, having to fix the upstream package https://github.com/qax-os/excelize. fixed.