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

workbook

(0.11 sec)
  1. 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...
  2. 使用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...
  3. 在 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...
  4. 用 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...
  5. 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...
  6. 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...
  7. 通过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...
  8. 用C++修改现有样式|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库,允许用户修改现有单元格样式。本文将介绍如何使用Aspose.Cells库修改现有单元格样式,以便用户根据需要改变单元格的外观。...Cells-for-C // Create a workbook. Workbook workbook ; // Create a new...style object. Style style = workbook . CreateStyle (); // Set the...

    docs.aspose.com/cells/zh/cpp/modify-an-existing...
  9. 通过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...
  10. Aspose.Cells 8.8.1中的公共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....; //Create an instance of Workbook from a existing spreadsheet...LoadOptions var book = new Workbook ( filePath , options ); 直接将图表转换为PDF...

    docs.aspose.com/cells/zh/net/public-api-changes...