Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 239,186 for

aspose cells

(1.29 sec)
  1. 在PDF中替换文本|Aspose.PDF for .NET

    了解更多关于从Aspose.PDF for .NET库中替换和删除文本的各种方法。...以下代码片段也适用于 Aspose.PDF.Drawing 库。 在PDF文档的所有页面中替换文本 您可以尝试使用Aspose.PDF在文档中查找并替换文本,并在此...visit https://github.com/aspose-pdf/Aspose.PDF-for-.NET private static...

    docs.aspose.com/pdf/zh/net/replace-text-in-pdf/
  2. 使用 C++ 从 Excel 文件中提取主题数据|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持从 Excel 文件提取主题数据,允许用户获取文档的样式和格式信息。本文将介绍如何使用 Aspose.Cells 库从 Excel 文件中提取主题数据。...文件中提取主题数据 Contents [ Hide ] Aspose.Cells 允许用户从 Excel 文件中提取与主题相关的...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/extract-theme-data...
  3. Accessing Table from Cell and Adding Values ins...

    Access a table from a cell and add values using Aspose.Cells with C++....Ask AI Accessing Table from Cell and Adding Values inside it...Table or List Object using the Cell.PutValue() method. But sometimes...

    docs.aspose.com/cells/cpp/accessing-table-from-...
  4. Exclude Unused Styles during Excel to HTML conv...

    Learn how to exclude unused styles during Excel to HTML conversion using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create workbook Workbook...

    docs.aspose.com/cells/cpp/exclude-unused-styles...
  5. Send Shape Front or Back inside the Worksheet w...

    Learn how to change the z‑order position of shapes in a worksheet using Aspose.Cells for C++.... Aspose.Cells provides the Shape.ToFrontOrBack()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/send-shape-front-or-b...
  6. Sort Data in Column with Custom Sort List with ...

    Learn how to sort data in the column using a custom list by using the Aspose.Cells for C++ API....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/sort-data-in-column-w...
  7. Data Matrix in Node.js via Java | Aspose

    Aspose.Barcode for Node.js via Java API allows customize, generate and recognize Data Matrix barcodes in your JavaScript application...server-side Aspose.BarCode for Node.js via Java API Aspose.BarCode...Maven × You can easily use Aspose.BarCode for Node.js via Java...

    products.aspose.com/barcode/nodejs-java/datamat...
  8. 使用C++从单元格获取HTML5字符串|Documentation

    通过Aspose.Cells for C++ API学习如何从单元格获取HTML5字符串。...Contents [ Hide ] 可能的使用场景 Aspose.Cells使用接受布尔参数的 GetHtmlString 方法返回单元格的HTML字符串。传入...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/get-html5-string-f...
  9. Calculation of Array Formula of Data Tables wit...

    How to use Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to calculate the array formula of the data table and get the result. Finally, we save the modified Excel file to disk.... Aspose.Cells now allows you to calculate... If you change the value of cell B1 to 100 , the values of the...

    docs.aspose.com/cells/cpp/calculation-of-array-...
  10. AutoFit Columns and Rows while loading HTML in ...

    Learn how to autofit columns and rows while loading HTML into a Workbook 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/autofit-columns-and-r...