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

workbook

(0.08 sec)
  1. Public API Changes in Aspose.Cells 8.0.2|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....//Instantiate a new Workbook Workbook book = new Workbook (); //Get the...); //Create an instance of Workbook and load an HTML based spreadsheet...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. How to Insert Picture in Cell with C++|Document...

    Learn how to insert a picture into a cell with Aspose.Cells using C++.... Instantiate a Workbook object. Get the cell where...property. Finally, it saves the workbook in output XLSX format. Sample...

    docs.aspose.com/cells/cpp/how-to-insert-picture...
  3. 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...
  4. 使用Node.js通过C++基于单元格引用插入图片|Documentation

    学习如何基于单元格引用使用Aspose.Cells for Node.js via C++在工作表中插入图片。显示单元格中的数据为图片。...new Workbook const workbook = new AsposeCells . Workbook ();...cells collection const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-a-pi...
  5. 在 Aspose.Cells for Node.js via C++ 中使用 FormulaT...

    本文介绍了如何使用 Aspose.Cells 库中的 FormulaText 函数处理 Microsoft Excel 中的公式。学习如何获取和设置单元格的公式文本,以及使用 Node.js via C++ 保存修改后的 Excel 文件。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/using-formu...
  6. 用 Node.js 通过 C++ 实现错误和布尔值的本地化(如俄语或其他语言)|Documen...

    学习如何用 Aspose.Cells for Node.js via C++ 在不同语言环境中实现错误和布尔值。...source workbook const workbook = new AsposeCells . Workbook ( "...GlobalizationSetting in Russian Language workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/zh/nodejs-cpp/implement-e...
  7. Copy Row Heights of Source Range to Destination...

    Learn how to copy row heights from a source range to a destination range using Aspose.Cells for C++....); // Create workbook object Workbook workbook ; // Source worksheet...worksheet Worksheet srcSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/copy-row-heights-of-s...
  8. Refresh and Calculate Pivot Table having Calcul...

    Refresh and calculate pivot table with calculated items using Aspose.Cells with C++....Cells APIs and save the workbook in PDF format. The results...srcDir + u "sample.xlsx" ; Workbook workbook ( sampleFilePath ); //...

    docs.aspose.com/cells/cpp/refresh-and-calculate...
  9. 通过Node.js的C++将宏分配给表单控件|Documentation

    了解如何使用Aspose.Cells for Node.js via C++将宏代码分配给如按钮等表单控件。...__dirname , "data" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook (); const sheet...

    docs.aspose.com/cells/zh/nodejs-cpp/assign-macr...
  10. 通过HTML设置单元格值以显示项目符号,使用C++|Documentation

    使用HTML和易于使用的Aspose.Cells for C++ API为Excel单元格添加项目符号。...Cells-for-C // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/display-bullets-by...