Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 19,914 for

worksheet

(0.06 sec)
  1. 使用 C++ 通过 Node.js 设置边距|Documentation

    在本文中,您将学习如何使用示例代码设置 Excel 工作表的边距。还将学习如何通过 Node.js API 和 C++ 编程设置页面中心、页眉和页脚的边距。...作表由 Worksheet 类表示。 Worksheet 类提供用于设置工作表页面设置选项的 Worksheet.getPageSetup()...getPageSetup() 属性。 Worksheet.getPageSetup() 属性是 Worksheet.getPageSetup()...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-mar...
  2. 用Node.js通过C++管理Excel文件的公式|Documentation

    学习如何通过Aspose.Cells for Node.js via C++管理Excel文件中的公式。Aspose.Cells可以轻松获取、设置和计算Excel的公式。...工作表由 Worksheet 类表示。 Worksheet 类提供了一个 getCells()...Workbook (); // Adding a new worksheet to the Excel object const...

    docs.aspose.com/cells/zh/nodejs-cpp/using-formu...
  3. Calculate Page Setup Scaling Factor with Node.j...

    This article provides sample code explaining how to use the Node.js API with C++ to calculate Page Setup scaling factor using Fit to n page(s) wide by m tall option of Excel Worksheet programmatically....); // Access first worksheet const worksheet = workbook . getWorksheets...some data in these cells worksheet . getCells (). get ( "A4"...

    docs.aspose.com/cells/nodejs-cpp/calculate-page...
  4. Managing Page Breaks|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....at any selected cell in a worksheet. The page ends at the cell...words, page breaks split worksheets into multiple pages. It is...

    docs.aspose.com/cells/java/managing-page-breaks/
  5. Change Adjustment Values of the Shape with C++|...

    Modify shape adjustment values in Excel using Aspose.Cells with C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...shapes of the worksheet Shape shape1 = worksheet . GetShapes ()...

    docs.aspose.com/cells/cpp/change-adjustment-val...
  6. 使用Node.js在C++中将工作表范围导出为图片|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....Access the first worksheet const worksheet = workbook . getWorksheets...area with your desired range worksheet . getPageSetup (). setPrintArea...

    docs.aspose.com/cells/zh/nodejs-cpp/export-rang...
  7. Importing from ArrayList|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....from an ArrayList to their worksheets by calling the ImportArrayList...Workbook (); //Adding a new worksheet to the Workbook object int...

    docs.aspose.com/cells/net/importing-from-arrayl...
  8. 通过 C++ 使用 Node.js 操作图表的位置、大小和设计图|Documentation

    学习如何使用Aspose.Cells for Node.js via C++有效操作 Microsoft Excel 中的位置、大小和设计图。我们的指南将演示如何调整这些属性以改善布局和可视化。...Workbook ( filePath ); const worksheet = workbook . getWorksheets...chart from source worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/zh/nodejs-cpp/manipulate-...
  9. Aspose.Cells 8.5.2中的公共API更改|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....first worksheet Worksheet worksheet = workbook . Worksheets [ 0...OnePagePerSheet = true ; //Render worksheet to graphics context SheetRender...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. 在 Node.js 和 C++ 中隐藏与显示行列|Documentation

    学习如何在工作表中隐藏和显示行列,使用 Aspose.Cells for Node.js via C++。...工作表由 Worksheet 类表示。 Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/hiding-and-...