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

excel worksheet

(0.89 sec)
  1. 用C++获取单元格验证|Documentation

    本文章介绍了如何用C++应用验证到单元格。... 同样,您可以使用 Worksheet::Validations::GetValidationInCell...Instantiate the workbook from sample Excel file Workbook workbook ( srcDir...

    docs.aspose.com/cells/zh/cpp/get-validation-app...
  2. 验证单元格值是否满足数据验证规则(使用C++)|Documentation

    学习如何通过Aspose.Cells for C++ API验证单元格值是否符合数据验证规则。...Contents [ Hide ] Microsoft Excel允许用户为单元格添加数据验证规则。例如,小数验证指定只能...不同的数字,Excel会显示错误信息并提示他们输入正确范围内的数字。如果复制粘贴一个数字,比如3,Excel不会进行验证检查或显示错误信息。...

    docs.aspose.com/cells/zh/cpp/verify-that-cell-v...
  3. 更改单元格对齐方式并保持现有格式|Documentation

    使用Aspose.Cells库在JavaScript via C++中更改单元格对齐方式并保持现有格式...更改单元格对齐方式并保留现有格式 以下示例代码加载了示例Excel文件(67338585.xlsx),创建范围并将其在水平...,并保持现有格式不变。以下屏幕截图比较了示例Excel文件和输出Excel文件(67338586.xlsx),并显示了所...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  4. 如何通过 C++ 使用 JavaScript 创建甘特图|Documentation

    学习如何通过 C++ API 使用 Aspose.Cells for JavaScript 创建甘特图。... 如何在Excel中创建甘特图 你可以按照以下步骤在Excel中创建甘特图: 添加一些用于甘特图的数据。...Cells中添加甘特图的方法。 请查看以下示例代码。它加载包含一些示例数据的 示例Excel文件 ,然后基于初始数据创建堆积柱状图,并设置相关属性。最后将工作簿保存为...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  5. How to create Combo chart with Node.js via C++|...

    Learn how to create a combo chart using Aspose.Cells for Node.js via C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....Usage Scenarios Combo charts in Excel let you take advantage of this...the sample Excel file and generates the output Excel file . const...

    docs.aspose.com/cells/nodejs-cpp/create-combo-c...
  6. 使用Sparkline和3D格式设置在C++中|Documentation

    学习如何在Excel文件中使用Aspose.Cells和C++应用sparkline和3D格式。...Contents [ Hide ] 使用迷你图 Microsoft Excel 2010可以以前所未有的方式分析信息。它允许用户使用新...PI。 Microsoft Excel 中的迷你图 如何在 Microsoft Excel 2010 中插入迷你图: 选...

    docs.aspose.com/cells/zh/cpp/using-sparklines-a...
  7. How and Where to Use Enumerators with JavaScrip...

    Learn how to use Enumerators through the Aspose.Cells for JavaScript via C++ API....style="color: red;">Please select an Excel file.</p>' ; return ; } const...object by opening the uploaded Excel file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/how-and-wh...
  8. 如何使用 JavaScript 结合 C++ 创建瀑布图|Documentation

    使用 JavaScript 和 Aspose.Cells for JavaScript 通过 C++ 在 Excel 中创建瀑布图。...微软Excel有多种预定义的图表类型,包括柱状图、折线图、饼图、条形图...Retrieve the first Worksheet in Workbook const worksheet = workbook ...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  9. Add Conditional Icons Set with Cell Text Using ...

    Learn how to add conditional icons next to cell text in Excel using Aspose.Cells with C++....// Get the first worksheet (default worksheet) in the workbook...workbook Worksheet worksheet = workbook . GetWorksheets (). Get ( 0...

    docs.aspose.com/cells/cpp/add-conditional-icons...
  10. 在C++中添加带条件图标集的单元格文本|Documentation

    学习如何使用Aspose.Cells和C++在Excel中在单元格文本旁添加条件图标。...// Get the first worksheet (default worksheet) in the workbook...workbook Worksheet worksheet = workbook . GetWorksheets (). Get ( 0...

    docs.aspose.com/cells/zh/cpp/add-conditional-ic...