Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 26,823 for

excel worksheet

(0.24 sec)
  1. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it Excel equivalent. Code used to generate the output: using (Workbook TemplateWB = new Workbook(dir + @"\T…...position when compared to it excel equivalent. Code used to generate...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["DetailCharts"];...

    forum.aspose.com/t/labels-in-charts-are-positio...
  2. 使用C++添加超链接图片|Documentation

    通过Aspose.Cells for C++ API学习如何添加图片超链接。...Microsoft Excel允许用户在单元格中的文本和图像上添加超链接。图像超链接可...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/add-image-hyperlinks/
  3. 验证用于保护工作表的密码,使用JavaScript通过C++|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++验证用于保护工作表的密码。...,它允许指定密码(字符串实例)并验证是否用该密码保护了 Worksheet 。 如果指定的密码与用于保护工作表的密码匹配,则 Protection...head > < body > < h1 > Check Worksheet Password Protection </ h1...

    docs.aspose.com/cells/zh/javascript-cpp/verify-...
  4. 用C++渲染切片器|Documentation

    使用Aspose.Cells和C++渲染Excel文件中的切片器。... 呈现切片器 以下示例代码加载包含现有切片器的 示例Excel文件 ,通过设置仅覆盖切片器的打印区域将工作表转换为图片。以下图片为...,展示渲染的切片器。可以看到,切片器已正确渲染,与示例Excel文件中一样。 示例代码 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/rendering-slicer/
  5. Output Blank Page when there is Nothing to Prin...

    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....anything when you export a worksheet to an image. You can change...an empty worksheet and renders the empty worksheet to an image...

    docs.aspose.com/cells/python-net/output-blank-p...
  6. Converting to MHTML Files in Python|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....Converting to MHTML To convert a worksheet to an MHTML file using Aspose...Python, simply invoke the worksheet_to_mhtml() method of the Converter...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  7. Cells Formats|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....Borders to Cells Microsoft Excel allows users to format cells...Borders settings in Microsoft Excel The type of border depends on...

    docs.aspose.com/cells/java/cells-formatting/
  8. 用C++对比X轴与类别轴|Documentation

    学习如何区分Aspose.Cells for C++中的X轴和类别轴。我们的指南将帮助您理解它们的用法和属性差异,以及如何根据您的需要进行配置。... 处理X轴和分类轴,就像处理Microsoft Excel一样 我们将在两种类型的图表上显示这些数据,第一种是XY...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/x-axis-vs-category...
  9. Save Workbook to Text or CSV Format using Aspos...

    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....a workbook with multiple worksheets into text format. For text... by default both Microsoft Excel and Aspose.Cells save the contents...

    docs.aspose.com/cells/net/save-workbook-to-text...
  10. Create Dynamic Charts with C++|Documentation

    Learn how to create dynamic charts in Aspose.Cells for C++. Our guide will show you how to dynamically update chart data, series, and formatting based on your requirements, allowing you to present changing data visually in your Worksheets....use the filtering option of Excel Tables or use a control such...aforementioned approaches. Using Excel Tables Excel tables are referred to...

    docs.aspose.com/cells/cpp/create-dynamic-charts/