Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 82,033 for

workbook

(0.07 sec)
  1. 用C++筛选图表数据的三种方法。|Documentation

    了解如何使用Aspose.Cells for C++在Excel中筛选图表。我们全面的指南将演示如何应用筛选、定制图表元素,以及使用数据分析工具获取更好的洞察和做出明智的决策。...instance of existing Workbook Workbook workbook ( u "seriesFiltered...SeriesCollection nSeriesFiltered = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/filtering-charts-i...
  2. 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...
  3. Support for XAdES Signature|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....provides supports signing workbooks with XAdES Signature. For...DigitalSignature class to sign the source workbook. Sample Code AI Document Assistant...

    docs.aspose.com/cells/java/support-for-xades-si...
  4. 如何在没有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...
  5. 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...
  6. 用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...
  7. 使用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-...
  8. Aspose.Cells 8.5.0中的公共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.... Workbook.CalculateFormula(CalculationOptions)...//Create workbook object Workbook workbook = new Workbook (); //Source...

    docs.aspose.com/cells/zh/net/public-api-changes...
  9. 使用 C++ 通过 Node.js 导出带有 viewBox 属性的 SVG 图表|Docum...

    学习如何使用 Aspose.Cells for Node.js via C++ 导出带有 viewBox 属性的 SVG 格式图表。...Create workbook object from source file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "SampleChartBook...

    docs.aspose.com/cells/zh/nodejs-cpp/export-char...
  10. Setting ScaleCrop and LinksUpToDate Properties ...

    Learn how to set ScaleCrop and LinksUpToDate properties of built-in document properties using Aspose.Cells for C++....document properties of the workbook. Please check the output excel...Instantiating a Workbook object. Workbook workbook ; // Setting...

    docs.aspose.com/cells/cpp/setting-scalecrop-and...