Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 82,029 for

workbook

(0.14 sec)
  1. Finding Absolute Position of Shape inside the W...

    Determine the absolute position of a shape in a worksheet using Aspose.Cells with C++....file inside the workbook object Workbook workbook ( srcDir + u "sample...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/finding-absolute-posi...
  2. Replace text in smart art with C++|Documentation

    Learn how to update text in smart art using Aspose.Cells for C++ by setting the Shape.Text property....of the major objects in a workbook. Many times there is a need..."outputSmartArt.xlsx" ; Workbook workbook ( inputFilePath ); WorksheetCollection...

    docs.aspose.com/cells/cpp/replace-text-in-smart...
  3. Send Shape Front or Back inside the Worksheet w...

    Learn how to send a shape to the front or back in a worksheet using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( sourceFilePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/send-shape-fro...
  4. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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....and add a shape Workbook book = new Workbook ( "sample.xlsx"...and add a shape Workbook book = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. 如何在没有Excel的情况下通过Node.js和C++检查冻结状态|Documentation

    在本文中,您将学习如何使用带有C++库的Node.js以编程方式检查Excel工作表的冻结状态。...the workbook which contains frozen panes const workbook = new...AsposeCells . Workbook ( filePath ); const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-chec...
  6. Public API Changes in Aspose.Cells 9.0.0|Docume...

    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....instance of Workbook Workbook book = new Workbook (); //Get the...default Worksheet from the Workbook Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. Data in Non-Primitive Shape with Node.js via C+...

    Learn how to access and manipulate non-primitive shapes in Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/data-in-non-pr...
  8. 用Node.js通过C++设置图表系列的数值格式代码|Documentation

    了解如何在Aspose.Cells for Node.js via C++中设置图表系列的数值格式代码。本指南将帮助您理解如何使用适当的格式代码格式化图表系列数据,从而专业、准确地展示您的数据。...file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/set-the-val...
  9. 使用C++处理数据透视表的数据字段显示格式|Documentation

    学习如何使用Aspose.Cells for C++操作数据透视表中数据字段的显示格式。...Load a template file Workbook workbook ( srcDir + u "PivotTableSample...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/working-with-data-...
  10. 用C++设置范围边框|Documentation

    学习如何在Aspose.Cells中用C++设置范围边框。...Create a new Workbook object Workbook workbook ; // Obtain the...added worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-range-border/