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

excel worksheet

(0.55 sec)
  1. 用C++指定数据透视项的绝对位置|Documentation

    学习如何使用Aspose.Cells在C++中指定数据透视项的绝对位置。...您可以下载 源Excel 和 输出Excel 文件以供参考。打开输出Excel文件后,您会看到数据透视项“..."source.xlsx" ); // Add new worksheet for pivot table WorksheetCollection...

    docs.aspose.com/cells/zh/cpp/specifying-the-abs...
  2. Removing Slicer|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....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/net/removing-slicer/
  3. Add settings for Page Setup in Aspose.Cells for...

    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....control the appearance of a worksheet when it is printed. When you...you export a report to Excel using Aspose.Cells for Reporting...

    docs.aspose.com/cells/reportingservices/add-set...
  4. Formula text containing local absolute cell ref...

    In copying a particular range of cells from one workbook to another, I found that cells with formula text containing a local absolute cell reference, e.g. =$F$3, do not get adjusted according to the location of the desti…...in the new workbook, while Excel Interop/VBA currently does this...behavior is different than Excel’s behavior interactively, but...

    forum.aspose.com/t/formula-text-containing-loca...
  5. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set headers and footers of an Excel Worksheet's Page Setup using Aspose.Cells for JavaScript via C++. Set headers and footers for the first, odd, and even pages....via C++ Contents [ Hide ] MS Excel supports setting different headers...pages, and even pages since Excel 2007. Aspose.Cells for JavaScript...

    docs.aspose.com/cells/javascript-cpp/setting-di...
  6. Alignment Settings|Documentation

    In the Aspose.Cells for Python via .NET library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for Python via .NET for cell alignment settings....Microsoft Excel Anyone who has used Microsoft Excel to format...alignment settings in Microsoft Excel. As you can see from the above...

    docs.aspose.com/cells/python-net/cells-alignmen...
  7. Display Bullets by setting Cell Value using HTM...

    Add bullets to Excel cells using HTML with the easy‑to‑use Aspose.Cells for JavaScript via C++ API....> < p > Select an existing Excel file to modify or leave empty...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/javascript-cpp/display-bu...
  8. Get Range with External Links|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....instances where Excel files access data from other Excel files by using...Hyperlinks in Range Find if the Worksheet is Dialog Sheet Analyzing...

    docs.aspose.com/cells/python-java/get-range-wit...
  9. Z Axis|Documentation

    Learn how to work with the Z-axis in Aspose.Cells for Java. Our guide will help you understand how to configure and customize the Z-axis, including its scale and labels, to enhance your charts....Second Axis like Microsoft Excel Please see the following sample...sample code that creates a new Excel file and puts values of the...

    docs.aspose.com/cells/java/z-axis/
  10. Converting XL to PDF to Word yields incorrect o...

    Hi Aspose Team, I’m trying to convert an Excel to word by first converting the Excel Worksheet to PDF and converting the PDF doc to word using the following code: Workbook workbook = new Workbook(dir + @"\Test_09122025…...an excel to word by first converting the excel worksheet to PDF...ut.xlsx"); Worksheet sheet = workbook.Worksheets[0]; PdfSaveOptions...

    forum.aspose.com/t/converting-xl-to-pdf-to-word...