Sort Score
Result 10 results
Languages All
Labels All
Results 3,601 - 3,610 of 243,837 for

aspose cells

(0.5 sec)
  1. Unable to add text on top of the shapes - Free ...

    image.png (29.3 KB) I am unable to add text on top of the shpaes....the shapes Aspose.Cells Product Family aspose-cells sarathepiq...an Excel worksheet using Aspose.Cells? Is the shape already inserted...

    forum.aspose.com/t/unable-to-add-text-on-top-of...
  2. DocumentBuilder.paragraph_format property | Asp...

    DocumentBuilder.paragraph_format property. Returns an object that represents current paragraph formatting properties....paragraph_format ( self ) -> aspose . words . ParagraphFormat :...start_table () builder . insert_cell () table . left_indent = 20...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Unexpected Col Widths and Word-Wrap in HTML-imp...

    Hello, We are seeing an issue related to HTML import - where the HTML contains a table with fixed column widths. When the HTML is added to a document and the table’s auto-fit property is disabled, the column widths of t…...Table when Auto-Fit is Disabled Aspose.Words Product Family import-data...certain cells. This behavior can be seen in the latest Aspose Words...

    forum.aspose.com/t/unexpected-col-widths-and-wo...
  4. ConditionalStyleCollection.last_column property...

    ConditionalStyleCollection.last_column property. Gets the last column style....def last_column ( self ) -> aspose . words . ConditionalStyle...builder . insert_cell () builder . write ( 'Cell 1' ) builder ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. 在将电子表格转换为HTML的同时为WordArt渲染渐变填充,使用C++实现|Document...

    学习在使用C++将电子表格转换为HTML时为WordArt渲染渐变填充。...可能的使用场景 在Aspose.Cells 17.1之前, 当将Excel文件转换为HTML格式时, Aspose.Cells无法渲染字体艺术的渐变填充...Cells无法渲染字体艺术的渐变填充. 自Aspose.Cells 17.1发布以来, 字体艺术的渐变填充得到了支持. 以下截图比较了使用Aspose.Cells...

    docs.aspose.com/cells/zh/cpp/render-gradient-fi...
  6. 用C++将工作簿转换为JSON|Documentation

    学习如何用Aspose.Cells for C++将Excel工作簿转换为JSON格式。...用C++将工作簿转换为JSON Contents [ Hide ] Aspose.Cells支持将工作簿转换为JSON(JavaScript对象表示法)文件。...示法)文件。 将Excel工作簿转换为JSON Aspose.Cells API支持将电子表格转换为JSON格式。将工作簿导出为JSON,只需将...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...
  7. Convert XLS File with Images or Charts to PDF w...

    Convert XLS files containing images or charts to PDF documents using Aspose.Cells with C++....with C++ Contents [ Hide ] Aspose.Cells supports converting XLS...charts to PDF documents. Aspose.Cells for C++ can work independently...

    docs.aspose.com/cells/cpp/convert-xls-file-with...
  8. Keep Separators for Blank Rows while exporting ...

    Learn how to keep separators for blank rows when exporting spreadsheets to CSV format using Aspose.Cells with C++....spreadsheets to CSV format Aspose.Cells provides the ability to...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/keep-separators-for-b...
  9. Access the Text Box by the Name with C++|Docume...

    Learn how to access a text box by its name using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/cpp/access-the-text-box-b...
  10. 用C++设置图表的数据显示标签的形状类型|Documentation

    学习如何使用Aspose.Cells for C++设置图表中数据标签的形状类型。我们的指南将解释不同的形状类型,并展示如何选择合适的形状以增强图表的展示效果和可用性。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/zh/cpp/set-the-shape-type...