Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 241,981 for

aspose cells

(0.24 sec)
  1. PreferredWidth class | Aspose.Words for Python

    Aspose.words.tables.PreferredWidth class. Represents a value and its unit of measure that is used to specify the preferred width of a table or a cell...preferred width of a table or a cell. To learn more, visit the Working...builder . insert_cell () builder . write ( 'Cell #1' ) builder ...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply different image and print options using Aspose.Cells with C++.... Aspose.Cells supports converting worksheets...to images. Additionally, Aspose.Cells supports setting different...

    docs.aspose.com/cells/cpp/converting-worksheet-...
  3. BorderCollection.horizontal property | Aspose.W...

    BorderCollection.horizontal property. Gets the horizontal border that is used between Cells or conforming paragraphs....border that is used between cells or conforming paragraphs. @property...def horizontal ( self ) -> aspose . words . Border : ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 在单元格中添加HTML富文本的C++示例|Documentation

    学习如何通过 Aspose.Cells for C++ API在单元格中添加HTML富文本。...在单元格中添加HTML富文本的C++示例 Contents [ Hide ] Aspose.Cells支持将以Microsoft Excel为导向的H...Excel生成的HTML可以使用Aspose.Cells转换回XLS/XLSX格式。 类似地,如果是一些简单的HTML,Aspose.Cell...

    docs.aspose.com/cells/zh/cpp/adding-html-rich-t...
  5. 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/
  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. 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...
  10. 用C++插入时间线|Documentation

    学习如何用C++和Aspose.Cells创建时间线。...Aspose.Cells也支持使用 Worksheet.Timelines...output XLSX 格式保存工作簿。以下截图显示了Aspose.Cells在输出Excel文件中创建的时间轴。 示例代码 #include...

    docs.aspose.com/cells/zh/cpp/create-timeline/