package main import ( "fmt" ole "github.com/go-ole/go-ole" "github.com/tanaton/go-ole-msoffice/excel" "path/filepath" "strings" ) type ExcelGraph struct { app *excel.Application } type GraphItem struct { x int count int rg *excel.Range leg []string } func main() { // COMã®åæå ole.CoInitializeEx(0, ole.COINIT_APARTMENTTHREADED|ole.COINIT_DISABLE_OLE1DDE) // 確å®ã«è¡ãå¿ è¦ããããã defer ole.CoUninitialize() //
{{#tags}}- {{label}}
{{/tags}}