Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 241,484 for

cells

(0.68 sec)
  1. 在工作簿之间复制工作表|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.Worksheet.Copy(),...= 0 ; i < 5 ; i ++) { ws0 . Cells [ i , 0 ]. PutValue ( string...

    docs.aspose.com/cells/zh/net/copy-worksheets-be...
  2. Public API Changes in Aspose.Cells 8.8.1|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....Cells 8.8.1 Contents [ Hide ] This...describes the changes to the Aspose.Cells API from version 8.8.0 to 8...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Protect and Unprotect Workbook Structure with C...

    Protect and unprotect workbook structure of Excel files using C++ with Aspose.Cells....Cells for C++ You only need the following...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/protect-and-unprotect...
  4. 用 C++ 取消冻结 Excel 工作表的行或列|Documentation

    在本文中,您将学习如何使用 Aspose.Cells for C++ API 以编程方式取消冻结 Excel 工作表的行、列或窗格。...Cells for C++ 取消冻结行、列或窗格 使用 Aspose.Cells for C++ 非常简单。调用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/unfreeze-rows-or-c...
  5. Implement 1904 Date System with C++|Documentation

    Aspose.Cells is a C++ 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. To implement 1904 date system...Aspose.Cells APIs. #include <iostream> #include "Aspose.Cells.h"...

    docs.aspose.com/cells/cpp/implement-1904-date-s...
  6. 用C++创建联合范围|Documentation

    使用Aspose.Cells在Excel文件中创建联合范围...Cells提供了通过 CreateUnionRange 方法创建联合范围的能力。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/create-union-range/
  7. Read and Write Table with Query Table Data Sour...

    Learn how to read and write tables with QueryTable as a data source using Aspose.Cells for C++....Cells, you can read and write a table...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/read-and-write-table-...
  8. 用C++替换SmartArt中的文本|Documentation

    了解如何使用Aspose.Cells for C++通过设置Shape.Text属性来更新Smart Art中的文本。...Cells通过设置 Shape.Text 属性提供此功能。 可以从以下链接下载示例源文件:...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/replace-text-in-sm...
  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++....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory path...

    docs.aspose.com/cells/cpp/export-excel-to-html-...
  10. Inconsistent behavior with UpdatePageLayout() w...

    Dear support team, we’re encountering an inconsistent behavior when calling Aspose.Words.Document.UpdatePageLayout(), when the document contains 2 tables of different column counts back to back like so: ---------------…...more cells per row and then merging them and fixed cell widths...avenues either didn’t display all cells with equivalent widths or had...

    forum.aspose.com/t/inconsistent-behavior-with-u...