Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 102,523 for

workbook

(0.6 sec)
  1. 在使用C++进行写保护时指定作者|Documentation

    学习如何在用Aspose.Cells for C++写保护工作簿时指定作者名称。...请使用 Workbook.GetAuthor() 属性实现此功能。 在保护工作簿时指定作者...在保护工作簿时指定作者 以下示例代码演示了 Workbook.GetAuthor() 属性的用法。该代码创建一个空工作簿,设置写保护密码,指定作者名字,并将其保存为...

    docs.aspose.com/cells/zh/cpp/specify-author-whi...
  2. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...( customEngine . get ()); workbook . CalculateFormula ( calculationOptions...

    docs.aspose.com/cells/cpp/returning-a-range-of-...
  3. 在Python中管理文档属性|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.... Python 代码 workbook = self . Workbook ( self . dataDir...Excel file customProperties = workbook . getWorksheets () . getCustomDocumentPro...

    docs.aspose.com/cells/zh/java/managing-document...
  4. 以自定义日期格式模式g和ge.mm.dd呈现|Documentation

    了解如何通过C++在Aspose.Cells for JavaScript中呈现自定义日期格式模式 g 和 ge ,以控制电子表格中的日期显示。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by loading the selected...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  5. How to manage PivotChart with PivotOptions for ...

    How to manage PivotChart with PivotOptions in JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/how-to-man...
  6. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for .NET to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends to various languages, allowing you to present your data in a culturally appropriate way.... Workbook chart title : Grafik Başlığı Workbook chart legend...legend : Artış Workbook chart legend : Düşüş Workbook chart legend...

    docs.aspose.com/cells/net/using-chartglobalizat...
  7. Calculation difference compared with Excel 365 ...

    Hi, Using Aspose Cells for Java, version 25.4. First, the attached Workbook is re-calculated in Excel 365, using CTRL+ALT+F9. When recalculating the Workbook with Aspose Cells 25.4, at least one of the cells changes t…... First, the attached workbook is re-calculated in Excel...CTRL+ALT+F9 . When recalculating the workbook with Aspose Cells 25.4, at...

    forum.aspose.com/t/calculation-difference-compa...
  8. 使用 Node.js 和 C++ 替换工作表中文本框内的标签为文本|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 替换工作表中文本框内的标签为文本..."1$ys" ; const workbook = new AsposeCells . Workbook ( filePath );...forEach (( item , index ) => { workbook . replace ( `< ${ item } >`...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tag...
  9. 通过 C++ 在 Node.js 中更新 Power Query 公式项|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 在 Excel 文件中更新 Power Query 公式项的数据源。..."output" ); const workbook = new AsposeCells . Workbook ( path . join...xlsx" )); const mashupData = workbook . getDataMashup (); const...

    docs.aspose.com/cells/zh/nodejs-cpp/update-powe...
  10. Copy Range Style Only with C++|Documentation

    Learn how to copy only the style of a range in Excel using Aspose.Cells with C++.... This example creates a workbook, populates it with data and...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/copy-range-style-only/