Sort Score
Result 10 results
Languages All
Labels All
Results 7,671 - 7,680 of 105,233 for

workbook

(0.12 sec)
  1. Words for .NET output questions - Free Support ...

    doc-gen format error.zip (2.1 MB) Please see the questions below from the client and help, thank you ! We are currently experiencing issues with Aspose when converting Excel and Word files to PDF, specifically differen…... you can use: Workbook workbook = new Workbook("input.xlsx");...xlsx"); workbook.Save("output.pdf", SaveFormat.Pdf); Next Steps Implement...

    forum.aspose.com/t/words-for-net-output-questio...
  2. Border Settings|Documentation

    How to use the Aspose.Cells for Python via .NET library in Python to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....NET provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/python-net/cells-border-s...
  3. How to Export Excel to Word in Python

    This brief article guides on how to export Excel to Word in Python. It contains information about the environment configuration, the detailed steps to be followed and a runnable sample code converting Excel to Word in Python....the input Excel file in the Workbook class object for conversion...file as a Word file using the Workbook.save() method using the custom...

    kb.aspose.com/cells/python/how-to-export-excel-...
  4. Convert DOCX to EMLX in Python | products.aspos...

    Save DOCX to EMLX within Python applications without using Microsoft Word or Outlook...DOCX to XLSB (Excel Binary Workbook) Convert DOCX to XLSM (Macro-enabled...Convert DOCX to XLSX (Open XML Workbook) Convert DOCX to XLT (Excel...

    products.aspose.com/total/python-net/conversion...
  5. Convert ODT to OFT in Python | products.aspose.com

    Save ODT to OFT within Python applications without using Microsoft Word or Outlook...ODT to XLSB (Excel Binary Workbook) Convert ODT to XLSM (Macro-enabled...Convert ODT to XLSX (Open XML Workbook) Convert ODT to XLT (Excel...

    products.aspose.com/total/python-net/conversion...
  6. Convert DOTM to MBOX in Python | products.aspos...

    Save DOTM to MBOX within Python applications without using Microsoft Word or Outlook...DOTM to XLSB (Excel Binary Workbook) Convert DOTM to XLSM (Macro-enabled...Convert DOTM to XLSX (Open XML Workbook) Convert DOTM to XLT (Excel...

    products.aspose.com/total/python-net/conversion...
  7. Convert DOTM to PST in Python | products.aspose...

    Save DOTM to PST within Python applications without using Microsoft Word or Outlook...DOTM to XLSB (Excel Binary Workbook) Convert DOTM to XLSM (Macro-enabled...Convert DOTM to XLSX (Open XML Workbook) Convert DOTM to XLT (Excel...

    products.aspose.com/total/python-net/conversion...
  8. Convert OTT to EMAIL in Python | products.aspos...

    Save OTT to EMAIL within Python applications without using Microsoft Word or Outlook...OTT to XLSB (Excel Binary Workbook) Convert OTT to XLSM (Macro-enabled...Convert OTT to XLSX (Open XML Workbook) Convert OTT to XLT (Excel...

    products.aspose.com/total/python-net/conversion...
  9. Convert OTT to OFT in Python | products.aspose.com

    Save OTT to OFT within Python applications without using Microsoft Word or Outlook...OTT to XLSB (Excel Binary Workbook) Convert OTT to XLSM (Macro-enabled...Convert OTT to XLSX (Open XML Workbook) Convert OTT to XLT (Excel...

    products.aspose.com/total/python-net/conversion...
  10. Get Cells Index with Golang via C++|Documentation

    Learn how to get row or column index by the name of row, column, or cells. Convert the name of the cell to row and column index zero-based using Aspose.Cells with Golang via C++....example shows how to: Create a workbook and add some data. Find the...

    docs.aspose.com/cells/go-cpp/get-cells-index/