Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 242,138 for

aspose cells

(0.17 sec)
  1. Calculate Formulas with C++|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....Formulas & Calculating Results Aspose.Cells has an embedded formula...formulas added at runtime. Aspose.Cells supports most of the formulas...

    docs.aspose.com/cells/cpp/calculate-formulas/
  2. 使用C++将工作表或图表导出为具有所需宽度和高度的图像|Documentation

    使用Aspose.Cells在C++中将工作表或图表导出为所需宽度和高度的图像。...Contents [ Hide ] 您可以使用 Aspose.Cells 将工作表或图表导出为具有指定宽度和高度的图像。它提供了...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/export-worksheet-o...
  3. Working with Data Display Formats of DataField ...

    Learn how to work with data display formats of DataField in Pivot Table using Aspose.Cells for C++....with C++ Contents [ Hide ] Aspose.Cells supports all the data display...Smallest” Display Format Options Aspose.Cells provides the ability to...

    docs.aspose.com/cells/cpp/working-with-data-dis...
  4. Specify the Far East and Latin Name of the Font...

    Learn how to specify the Far East and Latin font names in text options of a shape using Aspose.Cells for C++.... Aspose.Cells provides TextOptions.GetFarEastName()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/specify-the-far-east-...
  5. Set Text of Chart Legend Entry Fill to None wit...

    Learn how to use Aspose.Cells for C++ to set the text of a chart legend entry fill to none. Our guide will demonstrate how to modify the fill color of legend entries in Microsoft Excel charts for better visualization and customization....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/cpp/set-text-of-chart-leg...
  6. Manage Presentation Tables in JavaScript|Aspose...

    Create & edit tables in PowerPoint slides with JavaScript and Aspose.Slides for Node.js. Discover simple code examples to streamline your table workflows....The information in a grid of cells (arranged in rows and columns)...straightforward and easy to understand. Aspose.Slides provides the Table class...

    docs.aspose.com/slides/nodejs-java/manage-table/
  7. 用 C++ 为命名范围设置公式|Documentation

    学习如何用 Aspose.Cells 在 Excel 文件中为命名范围设置公式,使用 C++。...为命名范围设置公式 像 Excel 应用程序一样,Aspose.Cells API 提供在使用 GetRefersTo()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/setting-formula-fo...
  8. Getting started|Documentation

    setup Aspose.Cells for Node.js via Java and installation guidelines....Hide ] System Requirements Aspose.Cells for Node.js via Java is...from NPM You can easily use Aspose.Cells for Node.js via Java from...

    docs.aspose.com/cells/nodejs-java/getting-started/
  9. MS Login Conflict with Aspose.Cells.GridJsContr...

    Hi, I get the ff. error when running an app with Microsofts OAuth authentication enabled: AmbiguousMatchException: The request matched multiple endpoints. Matches: Aspose.Cells.GridJs.GridJsControllerBase.LazyLoadingStr…...with Aspose.Cells.GridJsControllerBase Routing Aspose.Cells Product...Product Family cells-net abdelaspose November 7, 2025, 7:24am 1...

    forum.aspose.com/t/ms-login-conflict-with-aspos...
  10. 使用C++获取单元格值的文本宽度|Documentation

    通过Aspose.Cells for C++ API学习如何获取单元格值的文本宽度。...Aspose.Cells提供了 CellsHelper::GetTextWidth...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/get-text-width-of-...