Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 248,255 for

cells

(0.76 sec)
  1. MS Login Conflict with Aspose.Cells.GridJsContr...

    Hi, I get the ff. error when running an app with Microsofts OAuth authentication enabled: AmbiguousMatchException: The request matched multiple endpoints. Matches: Aspose.Cells.GridJs.GridJsControllerBase.LazyLoadingStr…...Cells.GridJsControllerBase Routing Aspose.Cells Product...Product Family cells-net abdelaspose November 7, 2025, 7:24am 1 Hi...

    forum.aspose.com/t/ms-login-conflict-with-aspos...
  2. 使用C++按名称访问文本框|Documentation

    了解如何使用Aspose.Cells for C++按名称访问文本框。...Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells :: Startup...

    docs.aspose.com/cells/zh/cpp/access-the-text-bo...
  3. Replace Text in PDF|Aspose.PDF for .NET

    Learn more about various ways of replacing and removing text from Aspose.PDF for .NET library....rows in the table and then cells in the rows var row3 = table2...row3 . Cells . Add (); row3 . Cells . Add (); row3 . Cells . Add...

    docs.aspose.com/pdf/net/replace-text-in-pdf/
  4. 从数组导入|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....Contents [ Hide ] 开发人员可以通过调用Cells集合的 ImportArray 方法将数据从数组导入其工作表。...column vertically worksheet . Cells . ImportArray ( names , 0 ,...

    docs.aspose.com/cells/zh/net/importing-from-array/
  5. How to Replace Partial Text in Cell|Documentation

    Learn how to replace partial text in a cell with Aspose.Cells....How to Replace Partial Text in Cell Contents [ Hide ] Possible Usage...Replacing partial text in a cell is useful for editing, updating...

    docs.aspose.com/cells/net/how-to-replace-partia...
  6. Search Data using Original Values|Documentation

    Learn how to Search Data using Original Values through the Aspose.Cells for JavaScript via C++ API.... For example, suppose cell D4 has formula =Sum(A1:A2) and...you can find it using Aspose.Cells with LookInType.OriginalValues...

    docs.aspose.com/cells/javascript-cpp/search-dat...
  7. How to Format Number as Date|Documentation

    This article will introduce how to format number to date using Aspose.Cells for Java API....Facilitates Data Entry: When cells are formatted as dates, users...Ribbon (Home Tab) Select the cells containing the numbers you want...

    docs.aspose.com/cells/java/format-number-to-date/
  8. 使用 C++ 保护 PDF 文件|Documentation

    了解如何使用 Aspose.Cells 与 C++,为 PDF 文件设置所有者密码和用户密码以实现保护。...Cells 提供 PdfSecurityOptions 支持安全性功能。保存为...权限所述。 下面的示例代码描述了如何使用Aspose.Cells保护PDF文件。 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/secure-pdf-documents/
  9. NodeCollection.Count | Aspose.Words for .NET

    Discover the NodeCollection Count property to easily access the total number of nodes in your collection, enhancing data management and efficiency....tables [ i ]; // Find out if any cells in the table have other tables...tables directly within its cells" , i , count ); // Find out...

    reference.aspose.com/words/net/aspose.words/nod...
  10. 在导出电子表格为CSV格式时修剪前导空白行与列(C++)|Documentation

    学习如何在导出电子表格到CSV格式时修剪前导空白行和列,使用Aspose.Cells for C++。...Cells 在保存时不会丢弃前导空白列和行,但如果您希望像 Microsoft...Microsoft Excel 一样移除它们,Aspose.Cells 提供了 TxtSaveOptions.GetTrimLeadingBlankR()...

    docs.aspose.com/cells/zh/cpp/trim-leading-blank...