Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 203,309 for

cells

(0.06 sec)
  1. How to Format Number to Time|Documentation

    This article will introduce how to Format Number to Timeusing Aspose.Cells for Python via .NET API....time-based data, formatting cells as time allows for more natural...hours in a cell (e.g., 1.5 ). Right-click the cell and select...

    docs.aspose.com/cells/python-net/how-to-format-...
  2. How to Format Number to Time|Documentation

    This article will introduce how to Format Number to Timeusing Aspose.Cells for .NET API....time-based data, formatting cells as time allows for more natural...hours in a cell (e.g., 1.5 ). Right-click the cell and select...

    docs.aspose.com/cells/net/how-to-format-number-...
  3. Disable Compatibility Checker in Excel with C++...

    This article shows how to disable compatibility checker through the Aspose.Cells for C++ API....Cells' APIs you can do this programmatically...Compatibility Checker using Aspose.Cells APIs Set the Workbook.GetCheckCompatibilit()...

    docs.aspose.com/cells/cpp/disable-compatibility...
  4. Reusing Style Objects|Documentation

    In Aspose.Cells for Node.js via C++, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....formatting to a large range of cells in a worksheet: Create a style...the cells in the range. Because the Cell.getStyle() / Cell.setStyle(Style)...

    docs.aspose.com/cells/nodejs-cpp/reusing-style-...
  5. PreferredWidth.from_percent method | Aspose.Wor...

    PreferredWidth.from_percent method. A creation method that returns a new instance that represents a preferred width specified as a percentage.... insert_cell () builder . write ( 'Cell #1' ) builder .... insert_cell () builder . write ( 'Cell #2' ) builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用C++从单元格获取HTML5字符串|Documentation

    通过Aspose.Cells for C++ API学习如何从单元格获取HTML5字符串。...Cells使用接受布尔参数的 GetHtmlString 方法返回单元格的HTML字符串。传入...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/get-html5-string-f...
  7. Specify how to cross string in output HTML usin...

    Learn how to control string overflow in HTML output using Aspose.Cells for C++ with HtmlCrossType....Possible Usage Scenarios When a cell contains text or a string that...width of the cell, the string overflows if the next cell in the next...

    docs.aspose.com/cells/cpp/specify-how-to-cross-...
  8. AutoFit Row Height Automatically When Loading f...

    Learn how to fit the rows which height are not customed using Aspose.Cells with C++....Cells will not automatically adjust...you need to use the Aspose.Cells program to automatically match...

    docs.aspose.com/cells/cpp/autofit-row-height/
  9. Propagate Formula in Table or List Object autom...

    Learn how to propagate formulas in tables or list objects automatically when entering new data using Aspose.Cells for C++....Cells, use the ListColumn::GetFormula...number in cell A3, you will see that the formula in cell B2 automatically...

    docs.aspose.com/cells/cpp/propagate-formula-in-...
  10. 防止在使用C++保存为HTML时导出隐藏的工作表内容|Documentation

    学习如何在使用Aspose.Cells for C++将Excel工作簿保存为HTML时防止导出隐藏内容。...Cells 默认情况下会将隐藏的工作表内容导出到 HTML 输出的...不应导出到 _files 目录的图像。 Aspose.Cells提供 HtmlSaveOptions.GetExportHiddenWorks()...

    docs.aspose.com/cells/zh/cpp/prevent-exporting-...