psmithuk / xlsx

Create Excel files in Go
MIT License
31 stars 8 forks source link

require to repair after file exported #10

Closed wotmshuaisi closed 4 years ago

wotmshuaisi commented 4 years ago

image

If i look into worksheet xml file, the error indicated to a dimension tag

        <dimension ref="A1:IB2"/>

If i remove it, the error will redirect to empty cols tag closure

<cols></cols>

Just wondering what's the problem here?