Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 21,314 for

worksheet

(0.06 sec)
  1. Convert Excel to Markdown|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.... To export the active worksheet to Markdown, pass SaveFormat...additional settings for exporting worksheets to Markdown. The following...

    docs.aspose.com/cells/python-java/convert-excel...
  2. Apply Conditional Formatting in Worksheets with...

    How to use Aspose.Cells library in C++ to apply conditional formatting in Worksheets. By adjusting these criteria, you have more control over how cells look and appear....Conditional Formatting in Worksheets with C++ Contents [ Hide...to a range of cells in a worksheet. Conditional formatting is...

    docs.aspose.com/cells/cpp/apply-conditional-for...
  3. HTML|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....Transparent Image of Excel Worksheet Delete redundant spaces after...Export Document Workbook and Worksheet Properties in Excel to HTML...

    docs.aspose.com/cells/net/convert-excel-to-html/
  4. 使用C++将图表转换为SVG格式图像|Documentation

    学习如何使用Aspose.Cells结合C++将图表转换为SVG图像。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/zh/cpp/converting-chart-t...
  5. 用C++创建高低收(HLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建高低收股票图表。我们的逐步指南将演示如何绘制股票市场数据,包括最高价、最低价和收盘价,以便进行更好的分析与可视化。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...High-Low-Close-Stock Chart int pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/create-high-low-cl...
  6. Create and Embed an Excel Chart as an OLE Objec...

    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....Excel workbook containing the worksheet with the chart data. Get the...the chart from the Excel worksheet to the clipboard. Paste the...

    docs.aspose.com/slides/net/create-and-embed-an-...
  7. Managing TextBox of Excel files with C++|Docume...

    Learn how to manage TextBox in Excel files using Aspose.Cells with C++....to add/insert TextBox to Worksheet with C++ How to apply/set...text in a textbox inside the Worksheet with C++ Managing Pictures...

    docs.aspose.com/cells/cpp/managing-textbox-of-e...
  8. 将图表转换为图像|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....the first worksheet WorksheetCollection worksheets = workbook...workbook . Worksheets ; Worksheet sheet = worksheets [ 0 ]; // Adding...

    docs.aspose.com/cells/zh/net/convert-chart-to-i...
  9. Convert the Smart Art to Group Shape with Node....

    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....); // Access first worksheet const worksheet = workbook . getWorksheets...first shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/convert-the-sm...
  10. 在用C++保存为PDF时,仅更改特定Unicode字符的字体|Documentation

    了解如何在用Aspose.Cells的C++保存为PDF时更改特定Unicode字符的字体。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cells Cell cell1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/change-the-font-on...