Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 26,790 for

excel worksheet

(0.25 sec)
  1. 使用 C++ 加载工作簿或工作表时过滤对象|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载工作簿或工作表时过滤图表、形状和条件格式等对象。...请查看此代码中使用的 示例excel文件 和由此生成的 输出PDF 。从输出PDF中可以看出,所有图表都已从工作簿中筛选出。...inputFilePath , lOptions ); // Save worksheet to a single PDF page PdfSaveOptions...

    docs.aspose.com/cells/zh/cpp/filter-objects-whi...
  2. 如何使用C++创建龙卷风图|Documentation

    了解如何使用API Aspose.Cells for C++创建龙卷风图。...种常用于Excel中的敏感性分析的数据可视化类型。它帮助您理解变量变化对特定结果或结果的影响。 如何在Excel中创建龙卷风图表...如何在Excel中创建龙卷风图表 您可以通过以下步骤在Excel中创建龙卷风图表: 选择数据并转到插入 –> 图表 –> 插入柱状图或条形图 –>...

    docs.aspose.com/cells/zh/cpp/create-tornado-chart/
  3. Using Sparklines and Setting 3D Format|Document...

    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....Using Sparklines Microsoft Excel 2010 can analyze information...information, avoiding overcrowded worksheets with a lot of busy charts...

    docs.aspose.com/cells/python-net/using-sparklin...
  4. Excel转换为高分辨率图像——使用C++|Documentation

    使用Aspose.Cells与C++从Excel文件生成高分辨率图像。...将Excel转换为高分辨率图像——使用C++ Contents [ Hide ] 随着高分辨率屏幕的普及,以默认96 D...GetVerticalResolutio() 的功能,从而可以从Excel文件创建在高分辨率显示器上清晰锐利的高质量图像。 #include...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...
  5. 在 C++ 中为饼图的切片或扇区自定义颜色|Documentation

    了解如何使用 Aspose.Cells for C++ 自定义饼图中切片和扇区的颜色。我们的指南将演示如何为每个切片、扇区或图例分配独特的颜色,以增强视觉吸引力和数据表现。...默认情况下,饼图使用Microsoft Excel的默认模板。要使用其他颜色,需要重新定义图表中的颜色。 ...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/custom-slice-or-se...
  6. How to Format Number to Percentage with C++|Doc...

    This article will introduce how to Format Number to Percentage using Aspose.Cells for C++ API....Formatting numbers to percentages in Excel is a common practice for several...format numbers as percentages in Excel: Clarity and Readability : Percentages...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  7. 使用JavaScript通过C++设置工作表中表格或列表对象的注释|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++设置工作表内表格或列表对象的注释。...设置工作表内表格或列表对象的批注 以下示例代码加载 源Excel文件 ,设置工作表中第一个表格或列表对象的注释。 <!DOCTYPE...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/set-the...
  8. 使用 C++ 访问和修改关联 Ole 对象的显示标签|Documentation

    学习如何使用 Aspose.Cells for C++ 访问和修改 Excel 文件中链接的 Ole 对象的显示标签。...[ Hide ] 可能的使用场景 Microsoft Excel 允许您更改 Ole 对象的显示标签,如以下截图所示。您还可以使用...访问和修改链接的OLE对象的显示标签 请参见以下样本代码,它加载包含Ole对象的 样本Excel文件 。该代码访问Ole对象并将其标签从Sample APIs更改为Aspose...

    docs.aspose.com/cells/zh/cpp/access-and-modify-...
  9. How to Format Number to Fraction with C++|Docum...

    This article will introduce how to format numbers to fractions using Aspose.Cells for C++ API....Formatting numbers to fractions in Excel is useful for several reasons...format numbers as fractions in Excel: Clarity and Precision : Fractions...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  10. Create and Manage Chart|Documentation

    Create a chart in CSharp for Excel and ODS files.... Chart, a single Excel chart. ChartArea, the chart...chart area in the worksheet. ChartDataTable, a chart data table. ChartFrame...

    docs.aspose.com/cells/net/creating-charts/