Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 241,384 for

cells

(0.27 sec)
  1. 用C++获取带格式和不带格式的单元格字符串值|Documentation

    学习如何通过 Aspose.Cells for C++ API 获取带格式和不带格式的单元格字符串值。...Cells 提供了 Cell::GetStringValue() 方法,可...位小数,那么在Excel中会显示为0.01。你可以使用 Cell::GetStringValue() 方法以字符串形式同时获取0...

    docs.aspose.com/cells/zh/cpp/get-cell-string-va...
  2. CellCollection.to_array method | Aspose.Words f...

    CellCollection.to_array method. Copies all Cells from the collection to a new array of Cells....Copies all cells from the collection to a new array of cells. def to_array...): ... Returns An array of cells. Examples Shows how to iterate...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Specifying Significant Digits to be Stored in E...

    Learn how to specify significant digits to be stored in Excel files using Aspose.Cells with C++....Cells stores 17 significant digits...default behavior of Aspose.Cells from 17 significant digits to...

    docs.aspose.com/cells/cpp/specifying-significan...
  4. Regarding Redo and Undo operations - Free Suppo...

    Do we have below methods in aspose Cells grid js. I am below npm package “gridjs-spreadsheet”: “^24.6.2”, xs.undo(); // Performs undo xs.redo(); // Performs redo...Cells Product Family aspose-cells sarathepiq October...have below methods in aspose cells grid js. I am below npm package...

    forum.aspose.com/t/regarding-redo-and-undo-oper...
  5. 用 C++ 隐藏和排序数据透视表中的数据|Documentation

    学习如何使用 Aspose.Cells 和 C++ 在数据透视表中隐藏和排序数据。...Cells支持在数据透视表中隐藏和排序数据。以下代码片段演示了通过...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/pivot-table-hide-a...
  6. Populate Data First by Row then by Column with ...

    Learn how to populate data first by row then by column through the Aspose.Cells for C++ API.... If there are many cells in a worksheet and you follow...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/populate-data-first-b...
  7. Use Custom XML Parts in Aspose.Cells with C++|D...

    Learn how to use custom XML parts in Excel files programmatically using Aspose.Cells with C++....Cells with C++ Contents [ Hide ] Using...Custom XML Parts in Aspose.Cells Custom XML Parts are XML data...

    docs.aspose.com/cells/cpp/use-custom-xml-parts-...
  8. Hello, the customer has some issues while using...

    Hello, the customer has some issues while using it. Please help, The screenshot shows a misplaced annotation. How should I handle it? Hello, the customer is preparing to make a purchase but has encountered some technic…...Cells Product Family cells-net kkevin2 April... The customer tried aspose cells. NET version, both v25.3 and...

    forum.aspose.com/t/hello-the-customer-has-some-...
  9. Reading CSV File with Multiple Encodings with C...

    Learn how to read CSV files with multiple encodings using Aspose.Cells for C++....Cells allows you to load such CSV...example, PDF or XLSX. Aspose.Cells provides the TxtLoadOptions...

    docs.aspose.com/cells/cpp/reading-csv-file-with...
  10. 如何在没有Excel的情况下用C++检测冻结状态|Documentation

    在本文中,您将学习如何使用C++的Aspose.Cells 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/how-to-check-froze...