Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 25,766 for

worksheet

(0.11 sec)
  1. Using Sparklines and Setting 3D Format with Nod...

    Learn how to use sparklines and apply 3D formatting in Excel files with Aspose.Cells for Node.js via C++....information, avoiding overcrowded worksheets with a lot of busy charts...the range of cells in the worksheet that contain the source data...

    docs.aspose.com/cells/nodejs-cpp/using-sparklin...
  2. Calculation of Array Formula of Data Tables wit...

    How to use the Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel using Node.js via C++. Load or create an Excel file, calculate the array formula, and save the modified file....)); // Access first worksheet const worksheet = workbook . getWorksheets...as yellow will become 120 worksheet . getCells (). get ( "B1"...

    docs.aspose.com/cells/nodejs-cpp/calculation-of...
  3. 通过 C++ 使用 Node.js 获取形状的连接点|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中检索形状的连接点。...Get the first worksheet in the book. const worksheet = newWorkbook...collection. const textboxIndex = worksheet . getTextBoxes (). add ( 2...

    docs.aspose.com/cells/zh/nodejs-cpp/get-connect...
  4. 通过Node.js使用C++处理Shape或Chart的阴影效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的阴影效果。...); // Access first worksheet const worksheet = workbook . getWorksheets...first shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  5. 以ODF 1.1、1.2和1.3格式保存,使用Node.js via C++|Document...

    使用Aspose.Cells for Node.js via C++将Excel转换为ODF 1.1、1.2和1.3规范...(); // Access first worksheet const worksheet = workbook . getWorksheets...value in cell A1 const cell = worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/nodejs-cpp/save-ods-fi...
  6. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set line spacing, space before, and space after in a paragraph within a shape or textbox using Aspose.Cells for C++....wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...Text with Shape inside the Worksheet with C++ Analyzing your prompt...

    docs.aspose.com/cells/cpp/set-line-spacing-of-t...
  7. Public API Changes in Aspose.Cells 8.1.0|Docume...

    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....to specify whether hidden worksheets are exported to HTML format...Cells will not export hidden worksheet contents. Please check the...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. Update ActiveX ComboBox Control with JavaScript...

    Learn how to read and write values of ActiveX ComboBox Control using Aspose.Cells for JavaScript via C++....Access first worksheet and first shape const worksheet = workbook...workbook . worksheets . get ( 0 ); const shape = worksheet . shapes...

    docs.aspose.com/cells/javascript-cpp/update-act...
  9. Export Chart to SVG with viewBox attribute usin...

    Learn how to export a chart to SVG format with the viewBox attribute using Aspose.Cells for JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...chart inside the worksheet const chart = worksheet . charts . get...

    docs.aspose.com/cells/javascript-cpp/export-cha...
  10. Variables in Excel template - Free Support Foru...

    Aspose.Word for Java allows you to define variables within your Word templates, enabling concise expressions. For example, the provided snippet showcases how to iterate through employee data using variables: <<var [empl…...an Expression in variables worksheet as “Message2”. And we are...first 2 last fff", workbook.Worksheets[0].Cells["C5"].StringValue);...

    forum.aspose.com/t/variables-in-excel-template/...