study32 发表于 2024-5-31 17:09:00

如果插入图片

            worksheet.Cell(position.Rows, position.Cols).Value = EvalExpression(worksheet.Cell(position.Rows, position.Cols).Value.ToString(), globalVariable);

如果插入图片应该怎么设置呢

Richard.Ma 发表于 2024-5-31 17:09:01

目前只支持在sheet上插入图片


                  gcSpreadSheet1.Sheets.AddPicture("png", new Uri("C:\\artwork\\chartarea.png"));

               
页: [1]
查看完整版本: 如果插入图片