Sort Score
Result 10 results
Languages All
Labels All
Results 7,431 - 7,440 of 10,952 for

html to excel

(0.13 sec)
  1. 使用JavaScript via C++将指定的工作表保存为PDF|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++将指定工作表保存为PDF。...DOCTYPE html> < html > < head > < title > Aspose...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/save-sp...
  2. Excel 文件中提取主题数据|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ 从 Excel 文件中提取主题数据,有效获取样式和格式信息。...从 Excel 文件中提取主题数据 Contents [ Hide ] Aspose.Cells 允许用户从 Excel ...您可以通过 Microsoft Excel 的“页面布局”>“主题”命令向工作簿应用主题。 从 Excel 文件中提取主题数据的 JavaScript...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  3. 在使用C++通过JavaScript加载工作簿时筛选定义名称|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....以下示例代码加载了包含在单元格 C1 中的公式的 示例 Excel 文件 ,该公式包含定义的名称,即 =SUM(MyName1...LoadDataFilterOption.DefinedNames 来删除定义的名称,输出 Excel 文件中的 C1 单元格的公式会断开,显示 #NAME?...

    docs.aspose.com/cells/zh/javascript-cpp/filter-...
  4. 在排序数据时指定排序警告|Documentation

    了解如何在排序数据时,通过C++ API中的Aspose.Cells for JavaScript指定排序警告。...在对看似数字的文本数据进行排序时,Microsoft Excel显示的排序警告。 示例代码 下面的示例代码说明了如何使用前面解释的...属性。有关更多帮助,请查看其 示例Excel文件 和 输出Excel文件 。 <!DOCTYPE html> < html > < head...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  5. 用JavaScript通过C++为不同页面设置不同的页眉和页脚|Documentation

    本文提供示例代码,演示如何用C++的Script以编程方式设置Excel工作表页面设置的页眉和页脚,包括首页、奇数页和偶数页。... Contents [ Hide ] 自Excel 2007起,MS Excel支持为首页、奇数页和偶数页设置不同的页眉和页脚。...页脚。 C++的Script支持相同的功能。 在MS Excel中设置不同的页眉和页脚 单击 页面布局 > 打印标题 >...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  6. 在数据透视表中处理数据字段的数据显示格式|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....可从此处下载示例源文件和输出文件以测试示例代码: 【源 Excel 文件】(101089332.xlsx) 【输出 Excel 文件】(101089333...文件】(101089333.xlsx) <!DOCTYPE html> < html > < head > < title > Aspose.Cells...

    docs.aspose.com/cells/zh/javascript-cpp/working...
  7. 使用 JavaScript 通过 C++ 设置图表中数据标签的形状类型|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 设置图表中数据标签的形状类型。本指南将介绍不同的形状类型,并指导你如何选择合适的形状以增强显示效果和可用性。...请参阅此代码使用的 示例Excel文件 和由其生成的 输出Excel文件 。截屏展示了代码在示例Excel文件上的效果。 示例代码...示例代码 <!DOCTYPE html> < html > < head > < title > Set Shape Type...

    docs.aspose.com/cells/zh/javascript-cpp/set-the...
  8. 渲染时间轴|Documentation

    使用Aspose.Cells for JavaScript通过C++管理Excel文件的时间线。...如果将工作表转换成图片或将工作簿保存为PDF或HTML格式,您会看到时间线被正确渲染。 呈现时间轴 以下示例代码加载包含现有时间线的...以下示例代码加载包含现有时间线的 sample Excel文件 ,根据时间线名称获取形状对象,然后通过Shape.ToImage(...

    docs.aspose.com/cells/zh/javascript-cpp/renderi...
  9. Line Breaks and Text Wrapping|Documentation

    How To implement text wrapping and word wrap using the Aspose.Cells library in JavaScript via C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text‑wrapping method, such as manual word wrap, word wrap, etc. This document details how To implement these features and provides sample code for your reference....DOCTYPE html> < html > < head > < title > Aspose...firstCell . style = style ; // Save Excel file const outputData = wb ...

    docs.aspose.com/cells/javascript-cpp/line-break...
  10. 用JavaScript通过C++创建和复制命名范围|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在Excel中创建、访问和复制命名范围。... 命名范围是Microsoft Excel最强大的功能之一,特别是在用作列表控件、透视表、图表等的源范围时。...使用Microsoft Excel处理已命名区域 创建已命名范围 以下步骤描述了如何使用 MS Excel 命名单元格或范围。这种方法适用于...

    docs.aspose.com/cells/zh/javascript-cpp/create-...