Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 27,074 for

excel worksheet

(0.2 sec)
  1. Verify that Cell Value Satisfies Data Validatio...

    Learn how to verify cell values against data validation rules using the Aspose.Cells for C++ API....Contents [ Hide ] Microsoft Excel allows users to add data validation...different number, Microsoft Excel shows an error message and prompts...

    docs.aspose.com/cells/cpp/verify-that-cell-valu...
  2. 用C++向Excel插入背景图片|Documentation

    “如何用Aspose.Cells for C++向Excel插入背景图片。”...用C++向Excel插入背景图片 Contents [ Hide ] 通过添加图片作为工作表背景,你可以使工作表更具吸引...在Microsoft Excel中设置工作表背景 在Microsoft Excel(例如Microsoft Excel 2019)中设置工作表的背景图片:...

    docs.aspose.com/cells/zh/cpp/insert-background-...
  3. 用JavaScript通过C++设置图表系列的值格式代码|Documentation

    学习如何在Aspose.Cells for Java脚本通过C++中设置图表系列的值格式代码。本指南将帮助您理解如何使用合适的格式代码格式化图表系列数据,从而专业、准确地展示数据。...截图显示了代码在 示例Excel文件 和 输出Excel文件 执行后的效果。 示例代码 <!DOCTYPE...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/set-the...
  4. 使用C++添加双色标度和三色标度条件格式|Documentation

    如何在C++中使用Aspose.Cells库为两个颜色比例和三个颜色比例添加条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示。...它生成了 输出 Excel 文件 。 #include <iostream> #include...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/adding-2-color-sca...
  5. Open a spreadsheet document from a stream|Docum...

    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....stream Contents [ Hide ] OpenXML Excel string FilePath = @"..\..\....stream , true ); // Add a new worksheet. WorksheetPart newWorksheetPart...

    docs.aspose.com/cells/net/open-a-spreadsheet-do...
  6. Lock cells value can't be edited but can be del...

    Hi, I have some cells containing formulas that I don’t want users to modify. I’ve locked the cells and protected the sheet, which prevents editing. However, users can still delete the values in those cells. Is there a wa…...protect a worksheet and set a cell’s Locked flag, Excel (and GridJS)...cells as locked Protect the worksheet with the appropriate protection...

    forum.aspose.com/t/lock-cells-value-cant-be-edi...
  7. Cut and Paste Range with JavaScript via C++|Doc...

    Learn how to cut and paste cells within a Worksheet using Aspose.Cells for JavaScript via C++....and paste cells within a worksheet by using the InsertCutCells...and paste cells within a worksheet. Sample Code <!DOCTYPE html>...

    docs.aspose.com/cells/javascript-cpp/cut-and-pa...
  8. 用C++移除切片器|Documentation

    学习如何用程序在Excel文件中移除切片器,使用Aspose.Cells for C++。...Hide ] 可能的使用场景 如果想在Microsoft Excel中移除切片器,只需选择它并按 Delete 按钮。同样,要用Aspose...按钮。同样,要用Aspose.Cells API程序化移除,可以使用 Worksheet.Slicers.Remove() 方法。这将从工作表中删除切片器。...

    docs.aspose.com/cells/zh/cpp/removing-slicer/
  9. Data Validation|Documentation

    Learn how to add data validation through the Aspose.Cells for Python via .NET API....Contents [ Hide ] Microsoft Excel provides some good features...to auto-filter or validate worksheet data. Aspose.Cells for Python...

    docs.aspose.com/cells/python-net/data-validation/
  10. Creating a Pie Chart with Leader Lines using C+...

    Learn how to use Aspose.Cells for C++ to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart.... In Excel, the ‘Show leader lines’ option...when you create a pie chart in Excel the leader lines are shown....

    docs.aspose.com/cells/cpp/creating-pie-chart-wi...