Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 201,197 for

aspose cells

(0.08 sec)
  1. 使用C++向已签名的Excel文件添加数字签名|Documentation

    学习如何使用Aspose.Cells for C++向已签名的Excel文件添加数字签名。通过多重签名保持文档完整性。...Contents [ Hide ] 可能的使用场景 Aspose.Cells提供 Workbook::AddDigitalS...添加数字签名到已签名的Excel文档时的注意事项:如果原始文档由Aspose.Cells生成,则功能正常。但如果文档由其他引擎(如Microsoft...

    docs.aspose.com/cells/zh/cpp/add-digital-signat...
  2. How to Format Number as Currency with C++|Docum...

    This article will introduce how to format number to currency using Aspose.Cells for C++ API....Currency Format Option Select the cells that you want to format as currency...Using the Format Cells Dialog Box Select the cells you want to format...

    docs.aspose.com/cells/cpp/format-number-to-curr...
  3. 在使用DrawObjectEventHandler类在渲染为PDF时获取DrawObject和...

    学习如何在C++中使用DrawObjectEventHandler类捕获在将Excel文件渲染为PDF或图像时的DrawObject和边界。...Contents [ Hide ] 可能的使用场景 Aspose.Cells提供了一个抽象类 DrawObjectEventHandl...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/get-drawobject-and...
  4. 使用Python替换PDF中的文本|Aspose.PDF for Python via .NET

    了解通过Aspose.PDF for Python via .NET库替换和删除文本的多种方法。...Hide ] 替换PDF文档所有页面中的文本 您可以尝试使用 Aspose.PDF 在文档中查找并替换文本,并在此 链接 上在线查看结果...PDF。以下代码片段向您展示如何替换PDF文档所有页面中的文本。 import aspose.pdf as ap # 打开文档 document =...

    docs.aspose.com/pdf/zh/python-net/replace-text-...
  5. ConditionalStyleCollection.top_left_cell proper...

    ConditionalStyleCollection.top_left_cell property. Gets the top left cell style....top_left_cell property ConditionalStyleColl.top_left_cell property...the top left cell style. @property def top_left_cell ( self ) ->...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Word From Excel Mail Merge In C++

    Personalize your Mail merge Word from Excel file using C++. Automate emails or build reports using Mail merge Word from Excel template in C++....package Aspose.Words.Cpp Copy using namespace Aspose::Words;...Aspose::Words; using namespace Aspose::Cells; auto doc = MakeObject <Document>(...

    products.aspose.com/words/cpp/mailmerge/word-fr...
  7. 使用 C++ 不加载图表的源Excel文件|Documentation

    学习如何使用 Aspose.Cells 和 C++ 加载不含图表的Excel文件。...不加载图表的源Excel文件 Contents [ Hide ] Aspose.Cells 允许您不加载图表,使用 LoadOptions...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/load-source-excel-...
  8. Replace text in smart art with C++|Documentation

    Learn how to update text in smart art using Aspose.Cells for C++ by setting the Shape.Text property.... Aspose.Cells provides this feature by...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/replace-text-in-smart...
  9. Export Excel to HTML with GridLines with C++|Do...

    Learn how to export Excel files to HTML with gridlines using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/export-excel-to-html-...
  10. ConditionalStyleCollection.count property | Asp...

    ConditionalStyleCollection.count property. Gets the number of conditional styles in the collection.... insert_cell () builder . write ( 'Cell 1' ) builder .... insert_cell () builder . write ( 'Cell 2' ) builder . end_row...

    reference.aspose.com/words/python-net/aspose.wo...