Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 26,820 for

excel worksheet

(0.08 sec)
  1. Specify Individual or Private Set of Fonts for ...

    Learn how to specify individual or private sets of fonts for workbook rendering using Aspose.Cells for Node.js via C++....sample code loads the sample Excel file with its individual or..."output" ); // Load the sample Excel file with individual font configs...

    docs.aspose.com/cells/nodejs-cpp/specify-indivi...
  2. 通过 C++ 在 Node.js 中导入 HTML 时删除换行后的多余空格|Documenta...

    学习如何在导入 HTML 时使用 Aspose.Cells for Node.js via C++ 删除换行后多余的空格。...默认情况下,此属性为 false ,在输出Excel文件时会保留多余空格。 设置 HTMLLoadOptions...loadOptions ); // Access first worksheet const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-redu...
  3. Insert Sparkline with Node.js via C++|Documenta...

    Create a sparkline for Excel using Aspose.Cells for Node.js via C++....sparkline is a tiny chart in a worksheet cell that provides a visual...setLineWeight ( 1.0 ); // Saving the Excel file book . save ( path . join...

    docs.aspose.com/cells/nodejs-cpp/creating-spark...
  4. How to create a tornado chart with JavaScript v...

    Learn how to create a tornado chart with Aspose.Cells for JavaScript via C++ API....for sensitivity analysis in Excel. It helps you understand the...Chart in Excel You can create a tornado chart in Excel by following...

    docs.aspose.com/cells/javascript-cpp/create-tor...
  5. 通过 C++ 获取带有 JavaScript 的页眉或页脚|Documentation

    本文介绍如何通过 C++ API 使用 JavaScript 程序化获取 Excel 或 OpenOffice 文件中的页眉和页脚。... 在MS Excel中获取页眉和页脚 单击要查看或更改页眉或页脚的工作表。 ...在“视图”选项卡的“工作簿视图”组中,点击“页面布局”。 Excel会以页面布局视图显示工作表。 要查看或编辑页眉或页脚,请...

    docs.aspose.com/cells/zh/javascript-cpp/get-hea...
  6. Public API Changes in Aspose.Cells 8.6.3|Docume...

    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....while importing data onto the worksheet and sets the parsed result...built‑in styles offered by the Excel application . The Workbook.CreateBuiltinStyle...

    docs.aspose.com/cells/net/public-api-changes-in...
  7. SaveToStream on a workbook with at least 257 co...

    If you call SaveToStream on a workbook that contains at least 257 columns, the returned stream contains corrupt data. If you create a new workbook from the stream, this workbook will not contain the correct values. In ad…...= new(); Worksheet sheet = saveWorkbook.Worksheets.First(); sheet...object value = readWorkbook.Worksheets.First().Cells[0, 256].Value;...

    forum.aspose.com/t/savetostream-on-a-workbook-w...
  8. Modify an Existing Style with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that allows users to modify existing cell styles. This article will introduce how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the cells as they need.... Microsoft Excel predefines several styles in...Microsoft Excel To update a style in Microsoft Excel 97-2003:...

    docs.aspose.com/cells/cpp/modify-an-existing-st...
  9. Headings and Body Theme Font|Documentation

    Aspose.Cells is a JavaScript‑via‑C++ library for working with spreadsheet files. It supports setting heading and body theme fonts in Excel documents, enabling users to customize the appearance and style of the document. This article introduces how to use the Aspose.Cells library to work with heading and body theme fonts in Excel documents.... If an Excel theme font is set, Excel will automatically...and Body Theme Font in Excel In Excel, select the Home tab and...

    docs.aspose.com/cells/javascript-cpp/headings-a...
  10. Customizing Charts|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.... Chart , a single Excel chart. ChartArea , the chart...chart area in the worksheet. ChartDataTable , a chart data table...

    docs.aspose.com/cells/java/creating-and-customi...