Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 244,637 for

cells

(0.12 sec)
  1. Protect and Unprotect Worksheet with C++|Docume...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for C++....worksheet, you can lock the cells on your Excel worksheet and...Protect Worksheet Using Aspose.Cells for C++ You only need the following...

    docs.aspose.com/cells/cpp/protect-and-unprotect...
  2. Adjusting Row Height and Column Width|Documenta...

    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, developers can perform these...Adjusting Row Height Aspose.Cells provides a class, Workbook ...

    docs.aspose.com/cells/go-cpp/adjusting-row-heig...
  3. 使用Aspose.Cells将数据导入工作表|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将数据导入工作表 Contents [ Hide ] Aspose.Cells - 将数据导入工作表...vertically Cells cells = worksheet . getCells (); cells . importArray...

    docs.aspose.com/cells/zh/java/import-data-to-wo...
  4. 数据验证|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++添加数据验证。...Cells完全支持微软Excel的数据验证和自动筛选功能。本文介绍...微软Excel中使用这些功能,以及如何用Aspose.Cells for JavaScript通过C++编写代码实现。 数据验证类型和执行...

    docs.aspose.com/cells/zh/javascript-cpp/data-va...
  5. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells with C++....Cells.h" using namespace Aspose :: Cells ; using namespace...namespace Aspose :: Cells :: ExternalConnections ; void PrintTables...

    docs.aspose.com/cells/cpp/find-query-tables-and...
  6. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel worksheets programmatically using the C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....Cells. This article explains how to...Aspose.Cells and shows code samples for setting: Aspose.Cells provides...

    docs.aspose.com/cells/cpp/setting-page-options/
  7. How to Format Number to Percentage with Golang ...

    This article will introduce how to Format Number to Percentage using Aspose.Cells for C++ API....Excel, you simply select the cell(s) containing your data, then...right-clicking and selecting “Format Cells.” Excel will then display the...

    docs.aspose.com/cells/go-cpp/how-to-format-numb...
  8. How to Format Number to Accounting with Golang ...

    This article will introduce how to Format Number to Accounting using Aspose.Cells for C++ API....between zero values and those cells that are simply empty or have...currency symbol directly in the cell with the number. This is particularly...

    docs.aspose.com/cells/go-cpp/how-to-format-numb...
  9. 对工作表中的数据进行排序|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的比较代码示例。 VSTO Excel . Workbook...XlSortDataOption . xlSortNormal ); Aspose.Cells Workbook myWorkbook = new Workbook...

    docs.aspose.com/cells/zh/net/sort-data-in-works...
  10. Set Range Border|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.... you don’t need to set each cell individually. You can set the...border on the range. Aspose.Cells offers this feature. This article...

    docs.aspose.com/cells/java/set-range-border/