Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 82,029 for

workbook

(0.16 sec)
  1. 在输出的HTML中单独导出工作表CSS|Documentation

    了解如何在将Excel文件转换为HTML时,将工作表的CSS单独导出,使用编号Aspose.Cells for C++。...Startup (); // Create workbook object Workbook wb ; // Access first...SetExportWorksheetCS ( true ); // Save the workbook in html wb . Save ( u "outputExportWorkshee...

    docs.aspose.com/cells/zh/cpp/export-worksheet-c...
  2. How to set Series invisible with Node.js via C+...

    Learn how to set series invisible in Excel chart using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-ser...
  3. 将图表转换为图像|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 Workbook workbook = new Workbook (); //...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet sheet...

    docs.aspose.com/cells/zh/net/convert-chart-to-i...
  4. 使用C++获取单元格值的文本宽度|Documentation

    通过Aspose.Cells for C++ API学习如何获取单元格值的文本宽度。...Create workbook from the specified Excel file Workbook workbook...CellsHelper :: GetTextWidth ( workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-text-width-of-...
  5. 设置打印区域|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 Workbook workbook = new Workbook (); //...the first worksheet in the Workbook file WorksheetCollection worksheets...

    docs.aspose.com/cells/zh/java/set-print-area/
  6. 用C++自动调整行列宽|Documentation

    本文展示如何使用Aspose.Cells for C++ API自动调整行、列、合并单元格的行,以及范围内的行。...Cells提供了表示Microsoft Excel文件的 Workbook 类。 Workbook 类包含一个 Worksheets 集合...; // Create workbook from file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/autofit-rows-and-c...
  7. Different Ways to Save Files|Documentation

    Aspose.Cells for Python via .NET can save files to different formats. Save Files to PDF. Save Files to HTML. Save Files to DOCX. Save Files to PPTX. Save Files to JSON. Save Files to MHTML....NET provides the Workbook which represents a Microsoft...work with Excel files. The Workbook class provides the save method...

    docs.aspose.com/cells/python-net/different-ways...
  8. Modify existing SQL Data Connection with C++ us...

    Learn how to modify existing SQL Data Connection in Excel files using Aspose.Cells with C++....Data Connections using the Workbook.DataConnections collection...SQL Data Connection of the workbook. You can download the source...

    docs.aspose.com/cells/cpp/modify-existing-sql-d...
  9. 在保存为PDF时打印批注与C++|Documentation

    了解如何在使用Aspose.Cells for C++将Excel文件保存为PDF时打印批注。...Create a workbook from source Excel file Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/print-comments-whi...
  10. 在Php中管理分页符|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.... PHP 代码 $worksheets = $workbook -> getWorksheets (); $worksheet...(that is Excel 2003) format $workbook -> save ( $dataDir . "Add...

    docs.aspose.com/cells/zh/java/managing-page-bre...