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.
使用 Python xlwings,我怎样才能创建一个新的工作表?
xlwings
import xlwings as xw wb = xw.Book() wb.sheets.add()
另请参阅文档。