Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 26,943 for

excel worksheet

(0.11 sec)
  1. Copy Cells range and formatting to Word table -...

    I am currently evaluating Cells and Words. One of the tasks I need to be able toaccomplish is that of selecting an Excel range, complete with formatting, and inserting it into a Word document as a table. Please could you…...toaccomplish is that of selecting an Excel range, complete with formatting...direct way to convert your Excel documents into Word documents...

    forum.aspose.com/t/copy-cells-range-and-formatt...
  2. Render Sequence of Pages using PageIndex and Pa...

    Render a sequence of pages from an Excel file to images using Aspense.Cells with C++....a sequence of pages of your Excel file to images by using Aspose...thousands of pages in your worksheet, but you want to render only...

    docs.aspose.com/cells/cpp/render-sequence-of-pa...
  3. Removing Slicer with Golang via C++|Documentation

    Learn how to remove slicers in Excel files programmatically using Aspose.Cells for C++....remove a slicer in Microsoft Excel, just select it and press the...programmatically, please use the Worksheet.Slicers.Remove() method. It...

    docs.aspose.com/cells/go-cpp/removing-slicer/
  4. 用Node.js和C++格式化和修改命名范围|Documentation

    学习如何使用Aspose.Cells for Node.js via C++格式化和修改命名范围。...Workbook (); // Get the first worksheet in the book. const WS = workbook...( stl , flg ); // Save the excel file. workbook . save ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/format-and-...
  5. 用C++管理Excel宏启用工作簿的VBA代码|Documentation

    在C++中添加VBA模块并修改VBA或宏,使用Aspose.Cells库。...用C++管理Excel宏启用工作簿的VBA代码 Contents [ Hide ] 在C++中添加VBA模块 Aspose...格式保存。打开输出的XLSM文件在Microsoft Excel中,点击 开发人员 > Visual Basic 菜单命...

    docs.aspose.com/cells/zh/cpp/manage-vba-project/
  6. 使用 JavaScript 通过 C++ 处理图像|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....将工作簿转换为TIFF 一个 Excel 文件可以包含多个工作表和多页。 WorkbookRender 允许你将 Excel 转换为多页 TIFF。此外,你还可以控制...verticalResolution )。 以下代码片段显示了如何将Excel转换为具有多个页面的TIFF。 源Excel文件 和 生成的TIFF图像 附在此供参考。...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  7. Calculating IFNA function using Aspose.Cells fo...

    How to calculate the IFNA function using the Aspose.Cells library for Node.js via C++. Load an existing Excel file or create a new one, calculate the IFNA function to get the result, and finally save the modified Excel file to disk....the calculation of the IFNA Excel function. The IFNA function...workbook // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/calculating-if...
  8. 用JavaScript通过C++冻结Excel工作表的首列|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++以编程方式冻结Excel工作表的左侧列。...用JavaScript通过C++冻结Excel工作表的首列 Contents [ Hide ] 介绍 在本文中,我们将学...滚动其他数据时仍然可见。这样可以轻松查看左列的标题。 Excel中的冻结列 如果您想冻结左列,则首先选择需要冻结的列下面的列。...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  9. Generate Conditional Formatting DataBars Images...

    Aspose.Cells is a JavaScript library for working with spreadsheet files. It supports the generation of conditionally formatted data bars and images, allowing users to customize the display of the spreadsheet based on the value of the cells. This article introduces how to use the Aspose.Cells library to generate conditionally formatted data bars and images....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/javascript-cpp/generate-c...
  10. Create Pivot Table|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....a pivot table inside the worksheet. Once the pivot table is created...it. Please check the output Excel file generated with this code...

    docs.aspose.com/cells/cpp/create-pivot-table/