Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 102,528 for

workbook

(0.15 sec)
  1. 禁用Node.js via C++中图表数据标签的换行功能|Documentation

    学习如何在Aspose.Cells for Node.js via C++中禁用图表中数据标签的文本换行。我们的指南将向您展示如何防止长标签重叠,从而提供更清晰易懂的图表显示。...file inside the workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the first worksheet const...

    docs.aspose.com/cells/zh/nodejs-cpp/disable-tex...
  2. Change Slicer Properties with C++|Documentation

    Change the properties of a Slicer in Excel files using Aspose.Cells with C++.... It saves the workbook as outputChangeSlicerPr.xlsx...02_OutputDirectory \\ " ); Workbook workbook ( sourceDir + u "sampleCreateSlicerTo...

    docs.aspose.com/cells/cpp/change-slicer-propert...
  3. Disable Text Wrapping for Data Labels of the Ch...

    Learn how to disable text wrapping for data labels in charts using Aspose.Cells for C++. Our guide will show you how to prevent long labels from overlapping and provide more readable and clear chart displays....file inside the workbook object Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/disable-text-wrapping...
  4. Specify Job or Document Name while printing wit...

    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....document name while printing your workbook or worksheet using the WorkbookRender...job name while printing your workbook or worksheet. Specify Job...

    docs.aspose.com/cells/java/specify-job-or-docum...
  5. 仅使用 JavaScript 复制范围数据,通过 C++|Documentation

    学习如何使用 C++ 中的脚本将数据从一个单元格范围复制到另一个单元格范围。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...create a new blank workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/zh/javascript-cpp/copy-ra...
  6. Get Connection Points from Shape with C++|Docum...

    Learn how to retrieve shape connection points using Aspose.Cells for C++....01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "sampleGetFonts...); Vector < Font > fonts = workbook . GetFonts (); for ( int i...

    docs.aspose.com/cells/cpp/get-connection-points...
  7. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the Node.js API via C++ to set a custom paper size for your desired worksheets when rendering an Excel file to PDF format programmatically....the first worksheet in the workbook. Please also see the output...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/implement-cust...
  8. 导出打印区域范围到HTML,使用Node.js通过C++|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.... const workbook = new AsposeCells . Workbook ( sourceFilePath...the sheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/export-prin...
  9. 使用C++将Excel转换为带提示的HTML|Documentation

    使用Aspose.Cells在C++中将Excel转换为HTML同时添加提示信息。...Open the template file Workbook workbook ( sourceDir + u "AddTooltipToHtmlSamp...in output // Save as HTML workbook . Save ( outputDir + u "A...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...
  10. Set Margins of Comment or Shape inside the Work...

    Learn how to set margins of comments or shapes inside a worksheet using Aspose.Cells with C++....the sample Excel file Workbook workbook ( u "sampleSetMarginsOfCo...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/set-margins-of-commen...