Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 82,273 for

workbook

(0.07 sec)
  1. 在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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/calculating-formul...
  2. Outline levels not copying correctly with multi...

    When copying multiple source ranges from different Workbooks, only the range copied from the first Workbook will have its row outline levels preserved. Any subsequent ranges are assigned zero for all rows. The followin…...source ranges from different workbooks, only the range copied from...from the first workbook will have its row outline levels preserved...

    forum.aspose.com/t/outline-levels-not-copying-c...
  3. 通过 C++ 使用 Node.js 操作图表的位置、大小和设计图|Documentation

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

    docs.aspose.com/cells/zh/nodejs-cpp/manipulate-...
  4. 用C++管理图片|Documentation

    使用 Aspose.Cells for C++ API 添加、定位和管理电子表格中的图像。...); // Create new workbook Workbook workbook ; // Add worksheet...reference int sheetIndex = workbook . GetWorksheets (). Add ();...

    docs.aspose.com/cells/zh/cpp/managing-pictures/
  5. 用C++合并或取消合并单元格范围|Documentation

    用C++在Excel中合并和取消合并范围内的单元格。...xlsx" ; // Create a workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/merge-or-unmerge-r...
  6. Getting Headers or Footers with Node.js via C++...

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Node.js via C++ API.... On the View tab, in the Workbook Views group, click Page Layout...from the file. Construct a Workbook to open the file. Get the...

    docs.aspose.com/cells/nodejs-cpp/get-headers-or...
  7. 用 C++ 实现线程评论|Documentation

    学习如何使用 Aspose.Cells 与 C++ 在 Excel 文件中添加、读取、编辑和删除线程评论。...); // Create a new workbook Workbook workbook ; // Add Author int...int authorIndex = workbook . GetWorksheets (). GetThreadedCommentAu...

    docs.aspose.com/cells/zh/cpp/threaded-comments/
  8. Setting Chart Appearance with C++|Documentation

    Learn how to configure the appearance of charts in Aspose.Cells for C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....\\ " ); // Create workbook Workbook workbook ; // Adding a new...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/setting-chart-appeara...
  9. 在 Ruby 中复制行和列|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 = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/copying-rows-and-...
  10. Calculation of Array Formula of Data Tables wit...

    How to use the Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel using Node.js via C++. Load or create an Excel file, calculate the array formula, and save the modified file.... Please use Workbook.calculateFormula() as normal...Create workbook from source excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/calculation-of...