Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 239,180 for

aspose cells

(0.4 sec)
  1. Border Settings with C++|Documentation

    How to use the Aspose.Cells library in C++ to set the border style and color of Cells. By adjusting the width, style, and color of the border, you have more control over how Cells look and appear....Borders to Cells Microsoft Excel allows users to format cells by adding...added to the top position of a cell. Users can also modify the borders'...

    docs.aspose.com/cells/cpp/cells-border-settings/
  2. 使用C++设置打印选项|Documentation

    本文演示了如何通过C++ API和库以编程方式设置Excel工作表的“页面设置”中的打印选项。你可以设置打印区域、打印标题和页面顺序。... Aspose.Cells支持Microsoft Excel提供的所有打印选项,开发者可以使用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/setting-print-opti...
  3. How to Run Aspose.Cells in Blazor|Documentation

    Learn how to run Aspose.Cells in a Blazor WebAssembly app and a Blazor Server app....Ask AI How to Run Aspose.Cells in Blazor Contents [ Hide ] Overview...Blazor Server . You can use Aspose.Cells for .NET directly in both...

    docs.aspose.com/cells/net/how-to-run-aspose-cel...
  4. Calculate Page Setup Scaling Factor with C++|Do...

    This article provides sample code explaining how to use the C++ API or library to calculate Page Setup scaling factor using Fit to n page(s) wide by m tall option of Excel worksheet programmatically....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create workbook object...

    docs.aspose.com/cells/cpp/calculate-page-setup-...
  5. Using Sparklines and Settings 3D Format with C+...

    Learn how to use sparklines and apply 3D formatting in Excel files using Aspose.Cells with C++....mini‑charts that you can place inside cells so that you can view data and...with a lot of busy charts. Aspose.Cells provides an API for manipulating...

    docs.aspose.com/cells/cpp/using-sparklines-and-...
  6. 使用C++加载或导入带有公式的CSV文件。|Documentation

    使用Aspose.Cells与C++加载或导入包含公式的CSV文件。...true ,Aspose.Cells 不会将公式当作简单文本,而会作为公式处理,且Aspose.Cells的公式计算引擎会正常处理它们。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/load-or-import-csv...
  7. Add Custom XML Parts and Select them by ID with...

    Learn how to add and select custom XML parts in Excel files using Aspose.Cells with C++....ways, such as using VSTO or Aspose.Cells. Use the Workbook.CustomXmlParts...Custom XML Part using the Aspose.Cells API. You can also set its...

    docs.aspose.com/cells/cpp/add-custom-xml-parts-...
  8. 使用C++加密和解密ODS文件|Documentation

    使用纯C++库Aspose.Cells for C++对ODS文件进行密码保护和加密。... Aspose.Cells允许加密和解密ODS文件。解密后的ODS文件可以...字段中键入所需的密码。 点击 确定 按钮以保存文件。 使用Aspose.Cells for C++加密ODS文件 要对ODS文件进行加密,加载文件并在保存之前将...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  9. 创建复杂的PDF|Aspose.PDF for .NET

    Aspose.PDF for NET 允许您创建包含图像、文本片段和表格的更复杂的文档。...C# 和 Aspose.PDF 创建 PDF 文档的简单步骤。在本文中,我们将看看如何使用 C# 和 Aspose.PDF...保存文档为 “Complex.pdf”。 以下代码片段也适用于 Aspose.PDF.Drawing 库。 // For complete...

    docs.aspose.com/pdf/zh/net/complex-pdf-example/
  10. Insert Sparkline with C++|Documentation

    Create sparkline for Excel using Aspise.Cells with C++....a tiny chart in a worksheet cell that provides a visual representation...create a sparkline with Aspose.Cells using the following example...

    docs.aspose.com/cells/cpp/creating-sparklines/