Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 233,355 for

cells

(0.13 sec)
  1. Managing OLE Objects with C++|Documentation

    Learn how to add, extract, and manipulate OLE objects in worksheets using Aspose.Cells with C++....Cells supports adding, extracting...worksheets. For this reason, Aspose.Cells has the OleObjectCollection...

    docs.aspose.com/cells/cpp/managing-ole-objects/
  2. Update references in other worksheets while del...

    Learn how to maintain references in other worksheets when deleting blank columns and rows in a worksheet using Aspose.Cells for JavaScript via C++.... The cell E3 in the second worksheet has...formula =Sheet1!C3 which refers to cell C3 in the first worksheet. If...

    docs.aspose.com/cells/javascript-cpp/update-ref...
  3. How to Format Number to Special|Documentation

    This article will introduce how to format numbers to special using Aspose.Cells for Java API.... For instance, formatting a cell to display dates ensures that...changes based on the value of the cell (e.g., turning red if a budget...

    docs.aspose.com/cells/java/how-to-format-number...
  4. CellFormat | Aspose.Words for Java

    Represents all formatting for a table cell in Java....Represents all formatting for a table cell. To learn more, visit the Working...modify formatting of a table cell. Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  5. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library with C++....Cells To set FitToPagesWide and FitToPagesTall...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...
  6. 通过C++在Node.js中创建动态图表|Documentation

    学习如何在Aspose.Cells for Node.js via C++中创建动态图表。此指南将向您展示如何根据需求动态更新图表数据、系列和格式,从而在工作表中以视觉方式展示变化的数据。...Cells for Node.js via C++ API结合上述两种方法创建动态图表。...API结合上述两种方法创建动态图表。 使用Excel表 在Aspose.Cells的角度,Excel表格被称为ListObjects,因此...

    docs.aspose.com/cells/zh/nodejs-cpp/create-dyna...
  7. Specify Document Version of the Excel File usin...

    Learn how to specify the document version of an Excel file using built-in document properties with Aspose.Cells for C++....Cells APIs. Specify Document Version...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/specify-document-vers...
  8. 使用C++编辑工作表的超链接|Documentation

    通过Aspose.Cells for C++ API学习如何编辑工作表的超链接。...Cells允许您访问工作表的所有超链接,使用 GetHyperlinks()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/editing-hyperlinks...
  9. 将数据导入xlsx4j工作表|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 - 将数据导入工作表 从数组中导入数据 Java //Instantiating...vertically Cells cells = worksheet . getCells (); cells . importArray...

    docs.aspose.com/cells/zh/java/import-data-to-wo...
  10. Detecting Circular Reference|Documentation

    This article introduces how to use the Aspose.Cells library to detect circular references in Microsoft Excel. By loading an existing Excel file or creating a new one, we can use the method provided by Aspose.Cells to detect circular references and get the results. Finally, we save the modified Excel file to disk....calculated results of other cells or formulas. Therefore, we provide...this requirement (to gather cells with circular references) in...

    docs.aspose.com/cells/net/detecting-circular-re...