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

cells

(0.17 sec)
  1. Advanced Protection Settings since Excel XP wit...

    Learn how to apply advanced protection settings in Excel files using Aspose.Cells with C++.... Format cells, rows, or columns. Insert rows...unlocked cells. Use pivot tables and much more. Aspose.Cells supports...

    docs.aspose.com/cells/cpp/advanced-protection-s...
  2. 如何以及在哪里使用Node.js通过C++的枚举器|Documentation

    学习如何通过Aspose.Cells for Node.js via C++ API使用枚举器。...Cells API提供了一堆枚举器,但本文主要讨论如下三种类型。 单元格枚举器...要求使用任何这些方法。以下是返回单元格枚举器的方法。 Cells.getEnumerator() Row.getEnumerator()...

    docs.aspose.com/cells/zh/nodejs-cpp/how-and-whe...
  3. Aspose::Words::Tables::CellMerge enum | Aspose....

    Aspose::Words::Tables::CellMerge enum. Specifies how a cell in a table is merged with other Cells in C++....Specifies how a cell in a table is merged with other cells. enum class...The cell is not merged. First 1 The cell is the first cell in...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Change the format of a cell with C++|Documentation

    How to use Aspose.Cells library in C++ to change the formatting of Cells, including font, color, border, etc. By adjusting these properties, you have more control over how Cells look and appear....Change the format of a cell with C++ Contents [ Hide ] Possible...style of the cells. How to change the format of a cell in Excel To...

    docs.aspose.com/cells/cpp/how-to-change-format-...
  5. Format and Modify Named Ranges with Node.js via...

    Learn how to format and modify named ranges using Aspose.Cells for Node.js via C++....cells.node" ); // The path to the...( 0 ); // Create a range of cells. const range = WS . getCells...

    docs.aspose.com/cells/nodejs-cpp/format-and-mod...
  6. About HtmlSaveOptions.setExcludeUnusedStyles(tr...

    When using Aspose.Cells 20.12 to convert Excel to HTML, if excludeUnusedStyles is set to true, the content of Cells D3 and E3 might all turn black. Upon checking the browser console, it was found that the CSS style corr…...Cells Product Family cells-java xuerui December...11:10am 1 When using Aspose.Cells 20.12 to convert Excel to HTML...

    forum.aspose.com/t/about-htmlsaveoptions-setexc...
  7. 使用C++重用样式对象|Documentation

    在Aspose.Cells for C++中,通过创建和使用可重用的样式对象,可以简化样式管理并提高代码效率。我们的指南将帮助您利用可重用样式对象的优势,并将其实现于您的应用程序中。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory path...

    docs.aspose.com/cells/zh/cpp/reusing-style-obje...
  8. Font is wrong when converting Excel to HTML - F...

    When converting an excel file to html, the font is messed up. In excel it looks like: image.png (10.0 KB) In the html preview it looks like: image.png (5.7 KB) We’re using aspose Cells for java version 24.9. I also…...Cells Product Family aspose-cells-java jtimmer September...(5.7 KB) We’re using aspose cells for java version 24.9. I also...

    forum.aspose.com/t/font-is-wrong-when-convertin...
  9. Add Digital Signature to an already signed Exce...

    Learn how to add digital signatures to signed Excel files using Aspose.Cells for C++. Maintain document integrity with multiple signatures....Cells provides the Workbook::AddD...document was generated by Aspose.Cells, it works properly. However...

    docs.aspose.com/cells/cpp/add-digital-signature...
  10. 使用C++设置图表数据源|Documentation

    了解Aspose.Cells for C++支持的各种数据源。我们的指南将引导您了解不同类型的数据源,以及如何连接和从中检索数据以填充工作表。...Cells处理图表时,有以下两种数据类型需要处理: 图表数据。 类别数据。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/data-formatting-in...