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

excel worksheet

(0.12 sec)
  1. 获取ODS文件中的单元格验证|Documentation

    了解如何通过C++ API中的Aspose.Cells for JavaScript获取单元格验证。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...style="color: red;">Please select an Excel or ODS file.</p>' ; return ;...

    docs.aspose.com/cells/zh/javascript-cpp/get-cel...
  2. 使用C++将打印区域范围导出为HTML|Documentation

    学习如何使用编号Aspose.Cells for C++将打印区域范围导出到HTML。...02_OutputDirectory \\ " ); // Path of input Excel file U16String inputFilePath...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/export-print-area-...
  3. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cells Cell cell1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...
  4. 使用C++通过JavaScript将源范围的行高复制到目标范围|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....一旦在Microsoft Excel中打开由此代码生成的输出文件,你会看到目标范围的行高与源范围完全一致。...Workbook (); // Source worksheet (first worksheet) const srcSheet =...

    docs.aspose.com/cells/zh/javascript-cpp/copy-ro...
  5. Create waterfall chart with legend customizatio...

    Hi Team, Could you please share the code snippet to render a waterfall chart for the below data using Aspose Cells Java version 25.6 ? Period Savings PrevYear -9 January 1 February 3 March 4 April -3 M…... Sharing Excel file reference AsposeWaterfallChart...workbook and get the first worksheet Workbook workbook = new Workbook();...

    forum.aspose.com/t/create-waterfall-chart-with-...
  6. Add and Reference Named Ranges|Documentation

    This article introduces how to work with named ranges in GridWeb....refer to data on the same worksheet; if you want to represent...represent a range on another worksheet, you may use a name. Named ranges...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  7. Managing Pictures|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....collection (encapsulated in the Worksheet object). The add method takes...Image from a URL into an Excel Worksheet AI Document Assistant Close...

    docs.aspose.com/cells/java/managing-pictures/
  8. 用Node.js通过C++检测工作表是否密码保护|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检测工作表是否受密码保护。...isProtectedWithPassw() 属性,如果 Worksheet 被密码保护,则返回 true ,否则返回 false...); // Access the protected Worksheet const sheet = book . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/detect-if-w...
  9. 更改单元格的格式|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库更改单元格格式,包括字体、颜色、边框等。通过调整这些属性,可以更好地控制单元格的外观。... 如何在Excel中更改单元格的格式 要更改Excel中单个单元格的格式,请按照以下步骤进行: 打开Excel并打开包含要格式化的单元格的工作簿。...右键单击单元格,从上下文菜单中选择“设置单元格格式”。或者,您可以选择单元格,转到 Excel 标签上的“主页”选项卡,在“单元格”组中点击“格式”下拉菜单,然后选择“设置单元格格式”。...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  10. 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...