Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 241,734 for

aspose cells

(0.14 sec)
  1. 在用C++保存为PDF时,仅更改特定Unicode字符的字体|Documentation

    了解如何在用Aspose.Cells的C++保存为PDF时更改特定Unicode字符的字体。...当某个字符出现在使用特定字体(如Times New Roman)的单词或句子中时,Aspose.Cells会将整个单词或句子的字体更改为可以显示该字符的字体(如Arial...而不是整个单词或句子的字体。 为了解决这个问题,Aspose.Cells提供了 PdfSaveOptions.IsFontSubstitutionCh...

    docs.aspose.com/cells/zh/cpp/change-the-font-on...
  2. Cell.last_paragraph property | Aspose.Words for...

    Cell.last_paragraph property. Gets the last paragraph among the immediate children....last_paragraph property Cell.last_paragraph property Gets the...last_paragraph ( self ) -> aspose . words . Paragraph : ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 用C++添加自定义XML部分并按ID选择|Documentation

    了解如何用Aspose.Cells和C++在Excel文件中添加和选定自定义XML部分。...加的方法,但可以通过编程实现,例如使用VSTO或Aspose.Cells。使用 Workbook.CustomXmlParts...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/add-custom-xml-par...
  4. Save Pivot Table in ODS File with C++|Documenta...

    Learn how to save pivot tables in ODS files using Aspose.Cells for C++....with C++ Contents [ Hide ] Aspose.Cells provides the ability to...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/save-pivot-table-in-o...
  5. Shapes in Charts with Golang via C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts.... Aspose.Cells can add the controls to...a spreadsheet’s content. Aspose.Cells allows you to add and manipulate...

    docs.aspose.com/cells/go-cpp/controls-in-charts/
  6. Spreadsheet Editor - Working with Sheets|Docume...

    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 . CellsException cx ) {...purge (); } catch ( com . aspose . cells . CellsException cx ) {...

    docs.aspose.com/cells/java/spreadsheet-editor-w...
  7. 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...
  8. 用C++加载和管理Excel、OpenOffice、Json、Csv和Html文件|Docum...

    使用Aspose.Cells for C++,创建、打开和管理Excel、CSV、TSV、ODS、HTML、Numbers、Json、XML、Pdf、Jpg、Tiff、图片、Mht及XPS文件变得简单。...l文件 Contents [ Hide ] 使用Aspose.Cells for C++,轻松创建、打开和管理Excel...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/loading-saving-and...
  9. 将PdfSaveOptions和ImageOrPrintOptions的DefaultFont...

    学习在使用Aspose.Cells保存文档时优先设置字体。... 通常,在保存为PDF或图像时,Aspose.Cells会优先尝试设置工作簿的默认字体(即Workbook...Font)。如果工作簿的默认字体仍无法正确显示/渲染文本,则Aspose.Cells将尝试使用 PdfSaveOptions / ImageOrPrintOptions...

    docs.aspose.com/cells/zh/cpp/set-defaultfont-pr...
  10. 使用C++生成条件格式化数据条图片|Documentation

    Aspose.Cells是一个用于操作电子表格文件的C++库。它支持生成条件格式化的数据条和图像,允许用户根据单元格的值自定义电子表格的显示。这篇文章将介绍如何使用Aspose.Cells库生成条件格式化的数据条和图像。...您可以使用Aspose.Cells的 DataBar.ToImage() 方法生成...方法生成这些图像。本文展示了如何使用Aspose.Cells生成DataBar图像。 以下示例代码生成单元格C1的DataBar...

    docs.aspose.com/cells/zh/cpp/generate-condition...