Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 27,108 for

excel worksheet

(0.55 sec)
  1. Format Ranges with JavaScript via C++|Documenta...

    Learn how to format a range of cells in Excel using Aspose.Cells for JavaScript via C++....Range in Excel To format a range of cells in Excel, you can use...formatting options provided by Excel. Here’s how you can format a...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  2. How to Lock Cells to Protect Them|Documentation

    This article shows you code explaining how to lock cells to protect them using Aspose.Cells for Node.js via C++....applications, such as Microsoft Excel or Google Sheets, for several...while keeping the rest of the worksheet protected. Protecting Formulas:...

    docs.aspose.com/cells/nodejs-cpp/how-to-lock-ce...
  3. Set Preset WordArt Style to the Text of the Sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for C++....how the output Excel file looks in Microsoft Excel. #include <iostream>...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/set-preset-wordart-st...
  4. 使用JavaScript通过C++插入区域|Documentation

    学习如何在Excel中插入区域并移动其他数据,使用Aspose.Cells for JavaScript via C++。...使用JavaScript通过C++插入区域 Contents [ Hide ] 介绍 在 Excel 中,您可以选择一个范围,然后插入一个范围,并向右或向下移动其他数据。...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  5. 通过 Node.js 使用 C++ 计算公式|Documentation

    本文介绍如何使用 Aspose.Cells 库,通过 C++ 在 Node.js 中计算 Microsoft Excel 公式。通过加载现有Excel文件或创建新文件,利用 Aspose.Cells 提供的方法计算公式并获取结果。最后保存修改后的Excel文件到磁盘。...Cells 支持大部分Microsoft Excel中的公式或函数(请阅读 支持的公式函数列表 )。这些函数...符串前始终以等号(=)开始,就像在Microsoft Excel中创建公式一样,用逗号(,)分隔函数参数。 为了计算公式结果,可以调用...

    docs.aspose.com/cells/zh/nodejs-cpp/calculate-f...
  6. Number Settings|Documentation

    Aspose.Cells is a JavaScript library for working with spreadsheet files that supports many different cell number settings. This article introduces how to use the Aspose.Cells library to manage the number settings of cells for adjusting number formats in spreadsheets....strong feature of Microsoft Excel is that it allows users to set...Microsoft Excel To set display formats in Microsoft Excel: Right‑click...

    docs.aspose.com/cells/javascript-cpp/cells-numb...
  7. 用 C++ 隐藏和排序数据透视表中的数据|Documentation

    学习如何使用 Aspose.Cells 和 C++ 在数据透视表中隐藏和排序数据。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...table PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/zh/cpp/pivot-table-hide-a...
  8. 添加二色比例和三色比例条件格式|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库添加条件格式,为两色比例和三色比例设置。通过调整这些条件,你可以更好地控制单元格的外观。...它生成了 输出 Excel 文件 。 <!DOCTYPE html> < html...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/adding-...
  9. How to Rotate Text of Cell with Golang via C++|...

    C++ code to rotate text of Cell with Aspose.Cells for C++ API...enables developers to work with Excel spreadsheets programmatically...Text of Cell in Excel To rotate a cell in Excel, you can use the...

    docs.aspose.com/cells/go-cpp/how-to-rotate-text...
  10. 用C++查找工作表是否为对话框工作表|Documentation

    对话框工作表是早期格式的工作表。本文提供了使用C++ API判断Excel工作表是否为对话框工作表的说明和示例代码。...这样的工作表可能是由Microsoft Excel的旧版本(如2003)插入的,就像这张截图中所显示的一样...soft Excel(如2016)中使用VBA插入。 可以使用Aspose.Cells的 Worksheet.GetType()...

    docs.aspose.com/cells/zh/cpp/find-if-the-worksh...