This package is forked from the Go xls library written by Rongshu Tech (chinese), based on libxls. This package has some modifications to allow reading specific non standard legacy xls documents produced the IsoWorks software powering the Isoprobe-T and Phoenix TIMS mass spectrometers at the University of Copenhagen, Isotope Laboratory.
NB: Among other changes reading formatted dates has been disabled.
Thanks for contributions from Tamás Gulácsi @tgulacsi, @flyin9.
-
Use Open function for open file
-
Use OpenWithCloser function for open file and use the return value closer for close file
-
Use OpenReader function for open xls from a reader, you should close related file in your own code
-
Follow the example in GoDoc