Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 36,493 for

workbook

(0.07 sec)
  1. 用C++保存文件的不同方法|Documentation

    Aspose.Cells for C++可以将文件保存为不同格式。保存为PDF。保存为HTML。保存为DOCX。保存为PPTX。保存为JSON。保存为MHTML。...Cells提供了 Workbook ,代表Microsoft Excel文件,并提供必要的属性和方法来处理Excel文件。...Excel文件,并提供必要的属性和方法来处理Excel文件。 Workbook 类提供了用于保存Excel文件的 Save 方法。 Save 方...

    docs.aspose.com/cells/zh/cpp/different-ways-to-...
  2. Python中的设置页面选项|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Instantiating a Workbook object by excel file path workbook = self .... Workbook () \# Accessing the first worksheet in the Excel file...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  3. Limitations and API Differences|Documentation

    Aspose.Cells for Node.js via Java limitations and api differences....Instantiating a new Workbook Aspose.Cells for Java Workbook excelbook =...= new Workbook (); Aspose.Cells for Node.js via Java var excelbook...

    docs.aspose.com/cells/nodejs-java/limitations-a...
  4. 扩展和为CRM更新导入工具做出贡献|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....FileName ; Workbook workbook = new Workbook (); workbook . Worksheets...); Worksheet MyWorksheet = workbook . Worksheets [ "Aspose Export"...

    docs.aspose.com/cells/zh/net/extend-and-contrib...
  5. Change Adjustment Values of the Shape with C++|...

    Modify shape adjustment values in Excel using Aspose.Cells with C++....02_OutputDirectory \\ " ); // Create workbook object from source excel file...srcDir + u "source.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/cpp/change-adjustment-val...
  6. 插入或删除行或列|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Cells 提供了一个表示Excel文件的类WorkbookWorkbook类包含一个Worksheets集合,允许访问...Open ); //Instantiating a Workbook object //Opening the Excel...

    docs.aspose.com/cells/zh/net/insert-or-delete-r...
  7. 将文件保存到响应对象中(Python.NET)|Documentation

    学习如何使用Aspose.Cells for Python via .NET将Excel文件直接保存到HTTP响应流中。...cells import Workbook , XlsSaveOptions # For complete...Load your source workbook workbook = Workbook () Response = None...

    docs.aspose.com/cells/zh/python-net/saving-file...
  8. Copying and Moving Worksheets|Documentation

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel Workbook and across Excel Workbooks using the C# API or .NET Library....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheet, complete with...

    docs.aspose.com/cells/net/copying-and-moving-wo...
  9. Copy Ranges of Excel with C++|Documentation

    Learn how to copy ranges in Excel using Aspose.Cells with C++....Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/cpp/copy-ranges-of-excel/
  10. Unprotect a Worksheet with C++|Documentation

    Learn how to unprotect a worksheet using Aspose.Cells for C++....; // Create a Workbook object Workbook workbook ( inputFilePath...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/unprotect-a-worksheet/