They made a political decision,
Not supporting GO in the new OS or a GO GUI is a show stopper.
After Unladen Swallow and others https://killedbygoogle.com/
I am, No longer interested in GO
On Tuesday, February 25, 2020 at 9:22:11 AM UTC-8, Jon Conradt wrote:
>
> The Fuchsia Programming Language
icking with excelize, due to better documentation and
functional.
Thanks again!
On Friday, August 25, 2017 at 3:10:40 PM UTC-7, G Shields wrote:
>
> Under 1.8.3 the program run:
> package main
>
> import (
> "fmt"
> "os"
> "st
, August 25, 2017 at 3:10:40 PM UTC-7, G Shields wrote:
>
> Under 1.8.3 the program run:
> package main
>
> import (
> "fmt"
> "os"
> "strconv"
>
> "github.com/Luxurioust/excelize"
> )
>
> func checkErr(er
here is the xlsx data file
FYI this fails on both mac and ubuntu with 1.9
On Friday, August 25, 2017 at 3:10:40 PM UTC-7, G Shields wrote:
>
> Under 1.8.3 the program run:
> package main
>
> import (
> "fmt"
> "os"
> "strconv"
Under 1.8.3 the program run:
package main
import (
"fmt"
"os"
"strconv"
"github.com/Luxurioust/excelize"
)
func checkErr(err error) {
if err != nil {
fmt.Println(err)
os.Exit(1)
}
}
func main() {
xlsx, err := excelize.OpenFile("test.xlsx")
checkE