Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 27,073 for

excel worksheet

(0.29 sec)
  1. Zoom Factor in Python|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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Setting...

    docs.aspose.com/cells/java/zoom-factor-in-python/
  2. Grouping and Ungrouping Rows and Columns in PHP...

    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....Instantiating a Workbook object by the Excel file path $workbook = new Workbook...Accessing the first worksheet in the Excel file $worksheet = $workbook...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  3. 添加数据透视连接用C++|Documentation

    学习如何使用C++通过Aspose.Cells库添加透视连接。...Contents [ Hide ] 可能的使用场景 如果你想在Excel中关联切片器和数据透视表,你需要右键单击切片器,然后选择...关联切片器和数据透视表 以下示例代码加载包含现有切片器的 sample Excel file 。它访问切片器然后将切片器与数据透视表关联。最后,将工作簿另存为...

    docs.aspose.com/cells/zh/cpp/add-pivot-connection/
  4. X Axis Vs. Category Axis with JavaScript via C+...

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for JavaScript via C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs....Category Axes like Microsoft Excel We will display this data on...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/javascript-cpp/x-axis-vs-...
  5. Managing Page Breaks in Ruby|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....workbook ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/java/managing-page-breaks...
  6. 用C++计算数据表的数组公式|Documentation

    如何使用Aspose.Cells库在Microsoft Excel中用C++计算数据表的数组公式。通过加载现有Excel文件或创建新Excel文件,利用Aspose.Cells提供的方法计算数组公式并获取结果。最后保存修改后的Excel文件。...Contents [ Hide ] 您可以在Microsoft Excel中使用数据>数据表…来创建数据表。 Aspose.Cel...CalculateFormula() 。 在以下示例代码中,我们使用了 source excel file 。如果您将单元格B1的值更改为100,则填充...

    docs.aspose.com/cells/zh/cpp/calculation-of-arr...
  7. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect the data in Excel files using C# codes....level, like MS Excel: Encrypt and decrypt Excel files To prevent...accessing data in Excel files, protect the Excel file with a password...

    docs.aspose.com/cells/python-net/protect-and-un...
  8. 在VSTO和Aspose.Cells中隐藏和取消隐藏工作簿中的工作表|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....Cells让您无需安装Microsoft Excel即可工作。 隐藏工作表的步骤是: 打开文件。 获取工作表。...//Instantiate the Application object. Excel . Application excelApp = Application...

    docs.aspose.com/cells/zh/net/hide-and-unhide-wo...
  9. Hiding and Showing Rows and Columns|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....in a worksheet and display them later. Microsoft Excel provides...that represents a Microsoft Excel file. The Workbook class contains...

    docs.aspose.com/cells/net/hiding-and-showing-ro...
  10. Columns Containing Non-Strongly Typed Data|Docu...

    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....values in the columns of a worksheet are not strongly typed (that...types), then we can export the worksheet content by calling the ExportDataTableAsStr...

    docs.aspose.com/cells/net/columns-containing-no...