Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 229,510 for

aspose cells

(0.09 sec)
  1. 用C++将工作簿转换为JSON|Documentation

    学习如何用Aspose.Cells for C++将Excel工作簿转换为JSON格式。...用C++将工作簿转换为JSON Contents [ Hide ] Aspose.Cells支持将工作簿转换为JSON(JavaScript对象表示法)文件。...示法)文件。 将Excel工作簿转换为JSON Aspose.Cells API支持将电子表格转换为JSON格式。将工作簿导出为JSON,只需将...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...
  2. How to add/insert TextBox to Worksheet with C++...

    How to add/insert TextBox to Worksheet in Aspose.Cells with C++....Text Box to Worksheet in Aspose.Cells When you need to bulk insert...document will help you. Aspose.Cells provides you with an API...

    docs.aspose.com/cells/cpp/add-text-box-to-works...
  3. AutoFit Row Height Automatically When Loading f...

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

    docs.aspose.com/cells/cpp/autofit-row-height/
  4. 使用C++从单元格获取HTML5字符串|Documentation

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

    docs.aspose.com/cells/zh/cpp/get-html5-string-f...
  5. Data in Non-Primitive Shape with C++|Documentation

    Access and manipulate data in non-primitive shapes using Aspose.Cells with C++....A Non-Primitive Shape In Aspose.Cells, non-primitive shapes are...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/data-in-non-primitive...
  6. 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-...
  7. 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++....same functionality with Aspose.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-...
  8. Access the Text Box by the Name with C++|Docume...

    Learn how to access a text box by its name using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells...

    docs.aspose.com/cells/cpp/access-the-text-box-b...
  9. 用C++设置图表的数据显示标签的形状类型|Documentation

    学习如何使用Aspose.Cells for C++设置图表中数据标签的形状类型。我们的指南将解释不同的形状类型,并展示如何选择合适的形状以增强图表的展示效果和可用性。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Charts ; int main () { Aspose :: Cells...

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

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

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