Sort Score
Result 10 results
Languages All
Labels All
Results 4,571 - 4,580 of 28,096 for

worksheet

(0.1 sec)
  1. How to Convert HTML to PDF with JavaScript via ...

    This topic shows you how to convert HTML to PDF and MHTML to PDF using Aspose.Cells for JavaScript via C++.... Provide exported worksheet HTML file path via IFilePathProvider...

    docs.aspose.com/cells/javascript-cpp/convert-ht...
  2. Null Value Is Taken as Zero in Line Chart when ...

    Hi Team, When we try to create a LINE chart using aspose slides java with null values in the series, those are considered as zero values instead of null. Output screenshot as below - image.png (112.9 KB) series 3 and…...Getting the default chart data worksheet index int defaultWorksheetInde...// Getting the chart data worksheet IChartDataWorkbook fact =...

    forum.aspose.com/t/null-value-is-taken-as-zero-...
  3. 用C++在图表中设置图片为背景填充|Documentation

    学习如何使用Aspose.Cells for C++将图片设置为图表的背景填充。我们的指南将告诉您如何导入和调整图片位置、大小、颜色,以及应用格式化选项以增强图表外观。..." ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/set-picture-as-bac...
  4. 通过 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....combine(Workbook) 方法合并多个工作簿,使用 Worksheet.copy(Worksheet) 方法将工作表复制到新工作簿。这些...rename them accordingly const worksheets = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/merge-files/
  5. Features|Documentation

    Aspose.Cells for Python via .NET features....vector images (EMF) Render worksheets to raster images (Multipage...(Multipage TIFF, GIF) Render worksheets to raster images (PNG, JPEG...

    docs.aspose.com/cells/python-net/features/
  6. Set Conditional Formats of Excel and ODS files|...

    How to apply conditional formats to Excel and ODS files in Node.js via C++....one cell to another in the worksheet by calling the Range.copy()...Conditional Formatting in Worksheets Apply Shading to Alternate...

    docs.aspose.com/cells/nodejs-cpp/conditional-fo...
  7. LegendEntry.IsDeleted does not work as expected...

    Hi All, I have a problem when I try to delete legends in a chart. I am using Aspose.Cells 25.9.0 Let me explain the issue! I have a chart with 4 series. 2 are enabled and 2 are disabled: image.png (46.6 KB) Via co…...Workbook(pathWorkbook); Worksheet sheettest = wbtest.Worksheets[0]; Chart charttest...Workbook(pathWorkbook); Worksheet sheettest = wbtest.Worksheets[0]; Chart charttest...

    forum.aspose.com/t/legendentry-isdeleted-does-n...
  8. How to Convert Excel to PPTX in C#

    This precise tutorial explains the details about how to convert Excel to PPTX in C#. To convert Excel to PPTX C# environment configuration as well as the code snippet is included....present some information from a worksheet or create a chart using some...to convert only specific worksheets. Similarly, you can set up...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  9. 刷新和计算包含计算项的数据透视表|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....)); // Accessing the first worksheet in the Excel file const sheet...sheet = workbook . worksheets . get ( 0 ); // Change the value...

    docs.aspose.com/cells/zh/javascript-cpp/refresh...
  10. 使用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....Workbook (); } // Access first worksheet - it is empty sheet for a...workbook const ws = workbook . worksheets . get ( 0 ); // Specify image...

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