Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 82,281 for

workbook

(0.07 sec)
  1. 如何用 Python.NET 将点设置为总和|Documentation

    学习如何使用 Aspose.Cells for Python via .NET 逐步配置Excel瀑布图中的总点。...Load sample workbook workbook = cells . Workbook ( "SampleSheet...worksheet and chart worksheet = workbook . worksheets [ 0 ] chart =...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  2. Set Range Border with C++|Documentation

    Learn how to set range borders using Aspose.Cells with C++....example shows how to: Create a workbook. Add data to cells in the...Create a new Workbook object Workbook workbook ; // Obtain the...

    docs.aspose.com/cells/cpp/set-range-border/
  3. Chart to PDF with Node.js via C++|Documentation

    Learn how to use Aspose.Cells for Node.js via C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook const...

    docs.aspose.com/cells/nodejs-cpp/chart-to-pdf/
  4. AutoFit Rows and Columns with C++|Documentation

    This article shows how to autoFit rows, columns, rows of merged cells, and rows in a range of cells using the Aspose.Cells for C++ API....Cells provides a Workbook class that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets...

    docs.aspose.com/cells/cpp/autofit-rows-and-colu...
  5. Show and Hide Worksheets and Tabs|Documentation

    This article provides sample code for using the Aspose.Cells for Python via .NET API to programmatically display and hide an Excel worksheet. Additionally, how to show and hide Excel Workbook tabs....show and hide elements of a workbook including worksheets and tabs...class, Workbook , that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/python-net/show-and-hide-...
  6. 用C++将Excel转换为图片|Documentation

    学习如何使用Aspose.Cells for C++将Excel工作表转换为包括TIFF和SVG格式的图片。...(); // Load the workbook Workbook wb ( u "workbook-to-tiff-with-mulitiple-pages...CompressionLZW ); // Render the workbook to TIFF WorkbookRender workbookRender...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-i...
  7. 在Python中对行和列进行分组和取消分组|Documentation

    通过Aspose.Cells for Python Via Java API学习如何对行和列进行分组和取消分组...Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + 'Book1.xls' ) \ # Accessing the...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  8. Copying and Moving Worksheets|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....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheets, complete with...

    docs.aspose.com/cells/python-java/copying-and-m...
  9. Insert Slicer with C++|Documentation

    Manage slicers of Excel files with Aspose.Cells using C++.... Finally, it saves the workbook in output XLSX and output...file containing pivot table Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/create-slicer/
  10. 使用Node.js通过C++在保存为PDF时打印评论|Documentation

    了解在将Excel文档保存为PDF时如何打印评论,使用编号Aspose.Cells for Node.js via C++。...Create a workbook from the source Excel file const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "SampleWorkbookWithCo...

    docs.aspose.com/cells/zh/nodejs-cpp/print-comme...