
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
package main import ( "fmt" ole "github.com/go-ole/go-ole" "github.com/tanaton/go-ole-msoffice/ex... 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() //