Dim Book As New XLS.BookDim Sheet As XLS.Sheet = Book.Sheets(0)Sheet(0, 0).Value="abc" '将字符串写入文件的 A1单元格中,从0行0列开始book.Save("d:\test\1.xls")