・詳細
Using src = New Aspose.Cells.Workbook(src_path)
Dim src_sheet = src.Worksheets(sheet_name)
Using book = New Aspose.Cells.Workbook()
book.Worksheets(0).Copy(src_sheet)
book.Worksheets(0).Name = src_sheet.Name
book.Save(dest)
End Using
End Using
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): CELLSNET-52685
You can obtain Paid Support services if you need support on a priority basis, along with the direct access to our Paid Support management team.