Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 201,197 for

aspose cells

(0.08 sec)
  1. Aspose.Cells中设置公式中的外部链接|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....在Aspose.Cells中设置公式中的外部链接 Contents [ Hide ] 有时,有必要在公式中包含对外部文件...有时,有必要在公式中包含对外部文件的链接,例如针对它们评估单元格或范围值。Aspose.Cells提供了这个功能,并且本文档解释了如何使用它。 下面的示例代码显示了如何在公式中包含外部文件。...

    docs.aspose.com/cells/zh/net/set-external-links...
  2. Calculating IFNA Function with Python.NET using...

    Learn how to calculate IFNA function in Excel files using Aspose.Cells for Python.NET. Handle...NET using Aspose.Cells Contents [ Hide ] Aspose.Cells for Python...the IFNA function using Aspose.Cells for Python.NET: Console...

    docs.aspose.com/cells/python-net/calculating-if...
  3. Specifying DBNum Custom Pattern Formatting with...

    Aspose.Cells is a C++ library for working with spreadsheet files that supports formatting dates and numbers using custom formatting patterns. This article will show you how to use the Aspose.Cells library to specify the 'dbnum' custom format pattern so that users have more control over how numbers are displayed....Possible Usage Scenarios Aspose.Cells supports the DBNum custom...formatting. For example, if your cell value is 123 and you specify...

    docs.aspose.com/cells/cpp/specifying-dbnum-cust...
  4. Prefix Table Elements Styles with HtmlSaveOptio...

    Learn how to prefix table elements styles using Aspose.Cells for C++ with HtmlSaveOptions.TableCssId property....Possible Usage Scenarios Aspose.Cells allows you to prefix table...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/prefix-table-elements...
  5. Prevent Exporting Hidden Worksheet Contents on ...

    Learn how to prevent exporting hidden worksheet contents when saving Excel workbooks to HTML using Aspose.Cells for C++....contains hidden worksheets, Aspose.Cells by default exports the hidden...to the _files directory. Aspose.Cells provides the HtmlSaveOptions...

    docs.aspose.com/cells/cpp/prevent-exporting-hid...
  6. Rendering Timeline with C++|Documentation

    Manage timelines of Excel files with Aspose.Cells with C++....Possible Usage Scenarios Aspose.Cells supports the rendering of...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/rendering-timeline/
  7. Read Axis Labels after Calculating the Chart wi...

    Learn how to read axis labels in Aspose.Cells for C++ after calculating the chart. Our guide will show you how to access and retrieve axis labels, including their formatting and positioning....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String srcDir ( u...

    docs.aspose.com/cells/cpp/read-axis-labels-afte...
  8. 用C++显示和隐藏网格线及行列标题|Documentation

    本文提供使用C++ API或库通过编程隐藏或显示Excel工作表的网格线、行和列标题的示例代码。...用C++显示和隐藏网格线及行列标题 Contents [ Hide ] Aspose.Cells支持隐藏和显示工作表中默认情况下可见的网格线。它还提供了控制工作表的行列标题的可见性。...其中每个单元格都易于识别。 控制网格线的可见性 Aspose.Cells提供一个类 Workbook ,代表一个Microsoft...

    docs.aspose.com/cells/zh/cpp/show-and-hide-grid...
  9. 用C++获取单元格验证|Documentation

    本文章介绍了如何用C++应用验证到单元格。...] 您可以使用Aspose.Cells获取应用于单元格的验证。Aspose.Cells为此提供了 Cell::GetValidation()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/get-validation-app...
  10. 使用 C++ 从 Excel 文件中提取主题数据|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持从 Excel 文件提取主题数据,允许用户获取文档的样式和格式信息。本文将介绍如何使用 Aspose.Cells 库从 Excel 文件中提取主题数据。...文件中提取主题数据 Contents [ Hide ] Aspose.Cells 允许用户从 Excel 文件中提取与主题相关的...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/extract-theme-data...