Sort Score
Result 10 results
Languages All
Labels All
Results 4,261 - 4,270 of 247,162 for

cells

(0.14 sec)
  1. 使用C++导出Excel的文档工作簿和工作表属性到HTML|Documentation

    学习如何在将Excel文件转换为HTML时导出或避免导出文档、工作簿和工作表属性,使用编号Aspose.Cells for C++。...Cells导出Excel为HTML时,它还会导出各种类型的文档、工...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/export-document-wo...
  2. Get Warnings while Loading Excel File with C++|...

    Learn how to catch and handle warnings while loading Excel files using Aspose.Cells for C++....Cells throws warnings while loading...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class WarningCallback...

    docs.aspose.com/cells/cpp/get-warnings-while-lo...
  3. 如何使用 C++ 获取 OData 连接信息|Documentation

    学习如何使用Aspose.Cells for C++从Excel文件中提取OData连接信息。...Cells提供了 Workbook.GetDataMashup()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-get-odata-c...
  4. 用 C++ 在数据透视表中分组字段|Documentation

    学习如何使用 Aspose.Cells for C++ 在数据透视表中分组字段。...Cells也提供使用 PivotTable.GroupBy() 方法的此功能。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/group-pivot-fields...
  5. While Converting Excel to PDF, The numeric valu...

    I set the cell format in MS Excel as follows: [<>0]#,###.00; Then, I entered -1.2 in this cell. In Excel, it shows as -1.20, but after converting to PDF, it shows as 1.20 in PDF . Please give me some advice....Cells Product Family cells-net Dyb143 February...24, 2026, 5:36am 1 I set the cell format in MS Excel as follows:...

    forum.aspose.com/t/while-converting-excel-to-pd...
  6. Table recognition|Documentation

    Extracting and recognizing table Cells from images, web links, scanned PDFs, DjVu files, folders, archives and other content....)) for cell in row . cells : print ( "cell:" + str ( cell . column_index...column_index ) + ": " + cell . text ) Recognition settings Formula...

    docs.aspose.com/ocr/python-net/table-recognition/
  7. Aspose.Cells for Java

    This API allows you to do all kinds of operations on Excel files files in Java code including creating, editing and converting etc....Cells Product Family Aspose.Email...Aspose.TeX Product Family Aspose.Cells for Java Latest Answers How...

    kb.aspose.com/cells/java/page/4/
  8. Trim Leading Blank Rows and Columns while expor...

    Learn how to trim leading blank rows and columns while exporting spreadsheets to CSV format using Aspose.Cells for C++....data2 Here the first three cells or columns are blank. When you...columns. By default, Aspose.Cells does not discard leading blank...

    docs.aspose.com/cells/go-cpp/trim-leading-blank...
  9. Aspose::Words::Tables::Table::get_CellSpacing m...

    Aspose::Words::Tables::Table::get_Cellspacing method. Gets or sets the amount of space (in points) between the Cells in C++....space (in points) between the cells. double Aspose :: Words :: Tables...spacing between individual cells in a table. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. Implement 1904 Date System with Node.js via C++...

    Aspose.Cells is a Node.js library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....Cells for Node.js via C++. To implement...to achieve this using Aspose.Cells APIs. const path = require (...

    docs.aspose.com/cells/nodejs-cpp/implement-1904...