Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 241,491 for

cells

(0.12 sec)
  1. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....Cells provides AbstractCalculationE...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class CustomFunctionStatic...

    docs.aspose.com/cells/cpp/returning-a-range-of-...
  2. 从文档中导入/导出数据|Documentation

    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....Cells导入数据 当您使用 Aspose.Cells 打开Excel文件时,文件中的所有数据都会自动导入,但Aspose...打开Excel文件时,文件中的所有数据都会自动导入,但Aspose.Cells还支持从不同数据源导入数据。下面列出了其中的一些数据源: Array ArrayList...

    docs.aspose.com/cells/zh/net/import-export-data...
  3. Fit All Worksheet Columns on Single PDF Page wi...

    Generate a PDF that fits all worksheet columns onto a single page using Aspose.Cells with C++....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/cpp/fit-all-worksheet-col...
  4. TableCollection class | Aspose.Words for Python

    aspose.words.tables.TableCollection class. Provides typed access to a collection of [Table](../table/) nodes...as_table () # Find out if any cells in the table have other tables...tables directly within its cells' ) # Find out if the table is...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TableCollection class | Aspose.Words for Node.js

    Aspose.Words.Tables.TableCollection class. Provides typed access to a collection of [Table](../../aspose.words/table/) nodes...asTable (); // Find out if any cells in the table have other tables...tables directly within its cells" , i , count ); // Find out...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 集成到本地模式中的Microsoft Report Viewer|Documentation

    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....Cells for Reporting Services。 但是在本地模式下,Report...限于一些内置格式。 通过在开发机器上安装Aspose.Cells for Reporting Services并按照下面...

    docs.aspose.com/cells/zh/reportingservices/inte...
  7. Import and Export Data from Document|Documentation

    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....Cells When you use Aspose.Cells to open an Excel...automatically imported, but Aspose.Cells also supports importing data...

    docs.aspose.com/cells/net/import-export-data-fr...
  8. Use Formulas Functions to Process Data|Document...

    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....Cells for .NET through code. 1) VSTO...GetVstoObject ( m_sheet ); // Access cells A1, A2, A3, A4 Microsoft . Office...

    docs.aspose.com/cells/net/use-formulas-function...
  9. RowCollection class | Aspose.Words for Python

    aspose.words.tables.RowCollection class. Provides typed access to a collection of [Row](../row/) nodes...and print the contents of each cell. doc = aw . Document ( file_name...of Row { j } ' ) cells = rows [ j ] . cells # We can use the...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert Excel workbook to Ods, Sxc and Fods (Op...

    How to convert Excel to Ods (OpenOffice / LibreOffice Calc) or convert Ods (OpenOffice / LibreOffice Calc) to Excel with Aspose.Cells with C++....Cells supports loading Ods, Sxc, and...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/convert-excel-to-ods/