Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 27,204 for

excel worksheet

(1.49 sec)
  1. Setting Shared Formula with Node.js via C++|Doc...

    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....want to add a function in a worksheet that will perform some calculations...via C++ Suppose you have a worksheet filled with data in a format...

    docs.aspose.com/cells/nodejs-cpp/setting-shared...
  2. 通过 C++ 使用 JavaScript 获取图表趋势线的方程文本|Documentation

    学习如何使用 C++ 通过脚本获取在 Microsoft Excel 中创建的图表中趋势线的方程文本。我们的指南将演示如何访问和提取趋势线的方程以供进一步分析或显示。...style="color: red;">Please select an Excel file.</p>' ; return ; } const...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/get-equ...
  3. Copy VBA Macro UserForm DesignerStorage from Te...

    Learn how to copy a VBA project, including Designer Storage, from one Excel file to another using Aspose.Cells for Node.js via C++....project from one Excel file into another Excel file. A VBA project...VBA project from the template Excel file into an empty workbook...

    docs.aspose.com/cells/nodejs-cpp/copy-vba-macro...
  4. 使用 Node.js 和 C++ 将每个工作表保存为不同的 PDF 文件|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....将每个工作表保存为不同的PDF文件 如果您需要将模板 Excel 文件中的每个工作表保存为不同的 PDF 文件,您可以轻...__dirname , "data" ); // Get the Excel file path const filePath = path...

    docs.aspose.com/cells/zh/nodejs-cpp/save-each-w...
  5. Need optimized file uploaded in other thread - ...

    Could you please share the optimized file shared in the following thread?...Product Family Hi Team, In my Excel waterfall chart, I set the data...// Get the first worksheet Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/need-optimized-file-uploaded...
  6. 在输出的HTML中单独导出工作表CSS|Documentation

    了解如何在将Excel文件转换为HTML时,将工作表的CSS单独导出,使用编号Aspose.Cells for C++。...Cells支持在转换Excel为HTML时单独导出工作表CSS。请使用 HtmlSaveOptions...GetExportWorksheetCS() 属性实现这个功能,并在保存Excel为HTML格式时将其设置为 true 。 在输出 HTML...

    docs.aspose.com/cells/zh/cpp/export-worksheet-c...
  7. Comparison and Migration with JavaScript via C+...

    Explore the differences and consider migration strategies for using Aspose.Cells with JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...downloadLink . textContent = 'Download Excel File' ; }); </ script > </ html...

    docs.aspose.com/cells/javascript-cpp/comparison...
  8. 使用匿名类型或自定义对象|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....WorkbookDesigner (); //Get the first worksheet(default sheet) in the workbook...Cells . Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input...

    docs.aspose.com/cells/zh/net/using-anonymous-ty...
  9. Using Anonymous Types or Custom Objects|Documen...

    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....WorkbookDesigner (); // Get the first worksheet (default sheet) in the workbook...Cells . Worksheet w = report . Workbook . Worksheets [ 0 ]; //...

    docs.aspose.com/cells/net/using-anonymous-types...
  10. 使用 C++ 将工作表渲染到图形上下文|Documentation

    学习如何使用 Aspose.Cells for C++ 将工作表渲染到图形上下文。...你可以使用任何源Excel文件来尝试此代码。请同时阅读代码中的注释以获得更好的理解。..."SampleBook.xlsx" ); Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/render-worksheet-t...