Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 238,873 for

aspose cells

(0.24 sec)
  1. Converting Worksheet to Image File By Page|Docu...

    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.... Worksheets [ 0 ]; Aspose . Cells . Rendering . ImageOrPrintOptions...ImageOrPrintOptions options = new Aspose . Cells . Rendering . ImageOrPrintOptions...

    docs.aspose.com/cells/net/converting-worksheet-...
  2. 创建复杂的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/
  3. AutoFit Row Height Automatically When Loading a...

    Learn how to fit rows whose height is not customized using Aspose.Cells with C++....loading the file, whereas Aspose.Cells will not automatically adjust...performance. If you need Aspose.Cells to automatically match row...

    docs.aspose.com/cells/cpp/autofit-row-height/
  4. 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/
  5. 使用C++添加双色标度和三色标度条件格式|Documentation

    如何在C++中使用Aspose.Cells库为两个颜色比例和三个颜色比例添加条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/zh/cpp/adding-2-color-sca...
  6. Specify how to cross string in output HTML usin...

    Learn how to control string overflow in HTML output using Aspose.Cells for C++ with HtmlCrossType....Possible Usage Scenarios When a cell contains text or a string that...width of the cell, the string overflows if the next cell in the next...

    docs.aspose.com/cells/cpp/specify-how-to-cross-...
  7. Propagate Formula in Table or List Object autom...

    Learn how to propagate formulas in tables or list objects automatically when entering new data using Aspose.Cells for C++....same functionality with Aspose.Cells, use the ListColumn::GetFormula...number in cell A3, you will see that the formula in cell B2 automatically...

    docs.aspose.com/cells/cpp/propagate-formula-in-...
  8. 防止在使用C++保存为HTML时导出隐藏的工作表内容|Documentation

    学习如何在使用Aspose.Cells for C++将Excel工作簿保存为HTML时防止导出隐藏内容。...但是,如果工作簿包含隐藏的工作表,则 Aspose.Cells 默认情况下会将隐藏的工作表内容导出到 HTML...作表包含不应导出到 _files 目录的图像。 Aspose.Cells提供 HtmlSaveOptions.GetExportHiddenWorks()...

    docs.aspose.com/cells/zh/cpp/prevent-exporting-...
  9. Insert Hyperlinks into Excel or OpenOffice with...

    How to insert hyperlinks into Excel file with Aspose.Cells library without MS Excel using C++.... Using Aspose.Cells, developers can create different...hyperlinks are supported by Aspose.Cells and how they can be used...

    docs.aspose.com/cells/cpp/insert-hyperlinks-to-...
  10. How to set point as total with C++|Documentation

    In some Excel charts, for example a Waterfall chart, you may need to set a point as total. This article describes how to use Aspose.Cells with C++ to do it....use Aspose.Cells to set it up correctly. Use Aspose.Cells to “Set...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/how-to-set-point-as-t...