Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 240,947 for

cells

(0.48 sec)
  1. Set Conditional Formats of Excel and ODS files....

    How to apply conditional formats to Excel and ODS files in Python....apply formats to a cell or range of cells and have that formatting...depending on the value of the cell or the value of a formula. For...

    docs.aspose.com/cells/python-net/conditional-fo...
  2. Work with Text in a Table|Aspose.Words for .NET

    Replace text in a table in C#. Extract Plain Text from Table or Cell using C#....tables can be placed in table cells. Adding text or other content...should be done at the cell level (per cell) or at the paragraph...

    docs.aspose.com/words/net/work-with-text-in-a-t...
  3. Work with Text in a Table|Aspose.Words for Node.js

    Replace text in a table in Node.js. Extract Plain Text from Table or Cell using Node.js....tables can be placed in table cells. Adding text or other content...should be done at the cell level (per cell) or at the paragraph...

    docs.aspose.com/words/nodejs-net/work-with-text...
  4. Add PDF Bookmarks with Named Destinations using...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for JavaScript via C++. Ensure bookmarks remain intact regardless of page changes....Cells PDF Bookmark Example </ title...head > < body > < h1 > Aspose.Cells PDF Bookmark Example </ h1 >...

    docs.aspose.com/cells/javascript-cpp/add-pdf-bo...
  5. Direct calculation of custom function without w...

    This article introduces how to use Aspose.Cells library to directly calculate custom functions in Microsoft Excel without writing the function in a worksheet using JavaScript via C++. Load an existing Excel file or create a new one, calculate the custom function, and save the modified file....Cells." ourselves. This value is then...concatenated with the value of cell A1 , which is "Welcome to "...

    docs.aspose.com/cells/javascript-cpp/direct-cal...
  6. 用C++设置点为总数的方法。|Documentation

    在某些Excel图表中,例如瀑布图,可能需要将点设为总数。本文介绍如何用C++与Aspose.Cells实现此功能。...Cells来正确设置它。 使用Aspose.Cells将点设为"总和" 我们使用以下代码来正确设置文件:...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-set-point-a...
  7. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legend for improved visual appeal and data representation....Set a chart title linked to a cell. Set the chart title font settings...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/custom-slice-or-secto...
  8. 在Excel转HTML时排除未使用的样式,支持C++|Documentation

    学习在使用Aspose.Cells for C++将Excel转换为HTML时排除未使用样式的方法。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create workbook Workbook...

    docs.aspose.com/cells/zh/cpp/exclude-unused-sty...
  9. 使用C++创建Excel工作表的透明图像|Documentation

    使用Aspose.Cells与C++生成Excel工作表的透明图像。...Cells提供 ImageOrPrintOptions.GetTransparent()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/create-transparent...
  10. 使用 C++ 获取加载Excel文件时的警告|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载Excel文件时捕获和处理警告。...Cells 在加载工作簿时会发出警告。您可以通过实现 IWarningCallback...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class WarningCallback...

    docs.aspose.com/cells/zh/cpp/get-warnings-while...