Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
R で作成された Excel ワークブックを開こうとすると、破損エラーが発生します。
これをすべて行うために使用したコードは次のとおりです。
wb <- loadWorkbook("RCreated.xls", create = TRUE); saveWorkbook(wb) createSheet(wb, name = "First")
ヘルプ!
ワークブックを保存する前にシートを作成します。