Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 82,065 for

workbook

(0.06 sec)
  1. 检索电子表格文档中所有命名范围的字典|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....String fileName ) { // Given a workbook name, return a dictionary...Retrieve a reference to the workbook part. var wbPart = document...

    docs.aspose.com/cells/zh/net/retrieve-a-diction...
  2. 如何用 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-...
  3. 用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...
  4. Create New Spreadsheet in xlsx4j|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 - Create New Spreadsheet Workbook class is available for simple...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...

    docs.aspose.com/cells/java/create-new-spreadshe...
  5. Setting Page Options with Node.js via C++|Docum...

    This article provides sample code to set page options of Excel worksheets programmatically using Node.js via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/setting-page-o...
  6. 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/
  7. 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/
  8. Aspose.Cells equivalent of VBA Styles.Merge - F...

    I am trying to find an equivalent method in Aspose.Cells to Styles.Merge in VBA. Does such a method exist, and if not, can you provide a solution to accomplish this?...Create a new workbook Workbook workbook = new Workbook(); // Get...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/aspose-cells-equivalent-of-v...
  9. 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-...
  10. 用C++读写工作表的查询表|Documentation

    学习如何使用Aspose.Cells和C++读取和写入Excel工作表中的查询表。...Create workbook from source excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/reading-and-writin...