Sort Score
Result 10 results
Languages All
Labels All
Results 4,391 - 4,400 of 30,454 for

worksheet

(0.18 sec)
  1. 在 JavaScript 通过 C++ 使用 HtmlSaveOptions.tableCss...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 对 HTML 中的表格元素样式进行前缀。...Access first worksheet const ws = wb . worksheets . get ( 0 );...Access first worksheet const ws = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/zh/javascript-cpp/prefix-...
  2. Copying formulas with cell referecing other she...

    Hi, I have a workbook with following formula in cell G3 in Sheet1 which is referencing Sheet2. When I try to copy this formula to cell C3 in Sheet1, the relative cell reference part is the same as source and won’t ajust…...first worksheet Worksheet sheet1 = workbook.Worksheets[0]; //...

    forum.aspose.com/t/copying-formulas-with-cell-r...
  3. How to get OData Connection Information with No...

    Learn how to extract OData connection information from an Excel file using Aspose.Cells for Node.js via C++....and Writing Query Table of Worksheet with Node.js via C++ Read...

    docs.aspose.com/cells/nodejs-cpp/how-to-get-oda...
  4. 使用 C++ 在工作表中检测合并单元格 Node.js 通过 C++|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 检测工作表中的合并单元格。本文将展示如何使用该库识别和操作合并的单元格。...Workbook ( filePath ); // Get a worksheet in the workbook const wkSheet...

    docs.aspose.com/cells/zh/nodejs-cpp/detect-merg...
  5. 用C++向工作表添加WordArt水印|Documentation

    学习如何使用 Aspose.Cells for C++ 在Excel工作表中添加WordArt水印。...Get the first default sheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/add-wordart-waterm...
  6. 使用 Node.js 和 C++ 添加带有内置样式的 Word Art 文字|Document...

    学习如何用 Aspose.Cells for Node.js via C++ 添加带有内置样式的 Word Art 文字。在Excel中使用内置样式创建具有视觉吸引力的文本。...Workbook (); // Access first worksheet const ws = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/add-word-ar...
  7. 为表单控件分配宏代码(如按钮)|Documentation

    学习如何使用Aspose.Cells for C++将宏代码分配给按钮等表单控件。..." ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/assign-macro-to-fo...
  8. Convert Table to ODS with JavaScript via C++|Do...

    Learn how to convert an Excel file with a table to ODS format using Aspose.Cells for JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/convert-ta...
  9. 工作表大小调整的可行解决方案|Aspose.Slides 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放问题:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 与 PPTX 格式。... Worksheet worksheet = workbook . getWorksheets...cells . Range cellRange = worksheet . getCells (). createRange...

    docs.aspose.com/slides/zh/java/working-solution...
  10. 如何判断Excel文本框中的文字已经溢出? - Free Support Forum - as...

    如何判断Excel文本框中的文字已经溢出?...Cells 的 Worksheet.Shapes 、VBA 的 Shapes 集合或 Interop...s1.xlsx"); Worksheet worksheet = book.Worksheets[0]; foreach...

    forum.aspose.com/t/excel/321982