Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 104,099 for

workbook

(0.11 sec)
  1. Render One PDF Page Per Excel Worksheet - Excel...

    Convert Excel worksheets into PDF format with one page for each worksheet using Aspose.Cells with C++....Excel files (for example, a workbook that has many sheets, each...\\ " ); // Initialize a new Workbook and open an Excel file U16String...

    docs.aspose.com/cells/cpp/render-one-pdf-page-p...
  2. Freeze Top Row(s) of Excel Worksheet with C++|D...

    In this article, you will learn how to freeze top rows of Excel Worksheets programmatically using C++ Library with Aspose.Cells API.... Construct a Workbook to open a file or create a...Instantiate a new Workbook Workbook workbook ( u "Freeze.xlsx"...

    docs.aspose.com/cells/cpp/how-to-freeze-rows-of...
  3. 用C++改变刻度标签方向|Documentation

    了解如何在Aspose.Cells for C++中更改刻度标签的方向。我们的指南将帮助您理解如何调整轴上的刻度标签的方向,包括水平、垂直和倾斜方向。...Create workbook and load the sample Excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/change-tick-label-...
  4. Delete redundant spaces after line break while ...

    Learn how to delete redundant spaces after line breaks while importing HTML using Aspose.Cells for Node.js via C++....from ( byteArray ); // Create workbook from stream with HTML load...options const workbook = new AsposeCells . Workbook ( stream , loadOptions...

    docs.aspose.com/cells/nodejs-cpp/delete-redunda...
  5. 使用 Node.js via C++ 显示单元格范围作为数据标签|Documentation

    学习如何在图表中显示单元格范围作为数据标签,支持 Aspose.Cells for Node.js via C++。我们的指南将演示如何将标签链接到数据源,并进行格式化,以在图表中提供准确且有意义的信息。...Create workbook from the source Excel file const workbook = new...new AsposeCells . Workbook ( filePath ); // Access the first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/showing-cel...
  6. 使用 Node.js via C++ 为图表点添加富文本自定义数据标签|Documentation

    学习如何在 Aspose.Cells for Node.js via C++ 中为图表点添加富文本自定义数据标签。我们的指南将向您展示如何用不同字体、颜色和对齐方式格式化标签,以增强图表的外观和可读性。...Create a workbook from source Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample_custom_datalabel...

    docs.aspose.com/cells/zh/nodejs-cpp/rich-text-c...
  7. 用C++隐藏和显示行列|Documentation

    学习如何使用Aspose.Cells和C++以编程方式隐藏和显示Excel文件中的行和列。...Cells提供了一个代表Microsoft Excel文件的类 WorkbookWorkbook 类包含了一个 WorksheetCollection...Create workbook from the input file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/hiding-and-showing...
  8. Insert a Picture Based on Cell Reference with C...

    Learn how to insert a picture based on cell reference using Aspose.Cells for C++....02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...TrafficLights31 , 0 ); Picture pic = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/insert-a-picture-base...
  9. Export Excel to HTML with GridLines via JavaScr...

    Learn how to export an Excel file to HTML format with GridLines using Aspose.Cells for JavaScript via C++....following sample code creates a workbook, fills its worksheet with..."text/javascript" > const { Workbook , HtmlSaveOptions , SaveFormat...

    docs.aspose.com/cells/javascript-cpp/export-exc...
  10. Easy way to set up a chart using Chart.SetChart...

    Learn how to easily set up charts using the Chart.SetChartDataRange method in Aspose.Cells for Node.js via C++. Our guide will show you how to specify the data range for your chart, allowing you to create professional and accurate charts with minimal effort....new workbook const workbook = new AsposeCells . Workbook ( AsposeCells...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/easy-way-for-c...