Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 21,065 for

worksheet

(0.09 sec)
  1. 通过Node.js使用C++处理Shape或Chart的反射效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的反射效果。设置各种反射属性以达到预期效果。...)); // Access first worksheet const worksheet = workbook . getWorksheets...first shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  2. 在用C++保存为PDF时,仅更改特定Unicode字符的字体|Documentation

    了解如何在用Aspose.Cells的C++保存为PDF时更改特定Unicode字符的字体。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cells Cell cell1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/change-the-font-on...
  3. How to Adjust Column Width in Excel using Java

    This brief tutorial will guide you on how to adjust column width in Excel using Java. You will set width of column in excel using java using a few lines of code in all the operating systems supporting Java like Windows, macOS or Linux....desired worksheet reference from the collection of worksheets in the...Cells collection from the worksheet to set the individual column...

    kb.aspose.com/cells/java/how-to-adjust-column-w...
  4. 用 C++ 获取数据透视表的刷新日期和刷新人信息|Documentation

    学习如何使用 Aspose.Cells 和 C++ 获取工作簿中的刷新日期和刷新人信息。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...); PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/zh/cpp/get-pivot-table-re...
  5. Copy Ranges of Excel|Documentation

    This article describes how to Copy Ranges of Excel with Aspose.Cells for Python via .NET library....options to the same worksheet, other worksheets or other files. Copy...Range Create Workbook and Worksheet Scoped Named Ranges Cut and...

    docs.aspose.com/cells/python-net/copy-ranges-of...
  6. Set External Links in Formulas in Aspose.Cells|...

    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 sheet = workbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/net/set-external-links-in...
  7. 使用C++进行汇总功能|Documentation

    学习如何使用Aspose.Cells结合C++对数据透视表的字段应用汇总函数。...the first worksheet of the workbook Worksheet worksheet = workbook...table of the worksheet PivotTable pivotTable = worksheet . GetPivotTables...

    docs.aspose.com/cells/zh/cpp/consolidation-func...
  8. 将OLE对象插入工作表|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....请使用 Worksheet->GetOleObjects()->Add() 方...Ole object inside the first worksheet and saves it as output Excel...

    docs.aspose.com/cells/zh/cpp/inserting-ole-obje...
  9. Reading Cell Values in Multiple Threads Simulta...

    Learn how to read cell values in multiple threads simultaneously through the Aspose.Cells for Node.js via C++ API.... Adds a worksheet. Populates the worksheet with string values...

    docs.aspose.com/cells/nodejs-cpp/reading-cell-v...
  10. Json|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....additional settings for exporting worksheet to JSON. The following code...demonstrates exporting active worksheet to Json by using SaveFormat...

    docs.aspose.com/cells/net/convert-workbook-to-j...