Sort Score
Result 10 results
Languages All
Labels All
Results 4,941 - 4,950 of 104,120 for

workbook

(0.12 sec)
  1. Check if VBA Project is Protected and Locked fo...

    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....Check if VBA project in a Workbook is Signed Copy VBA Macro UserForm...DesignerStorage from Template to Target Workbook Analyzing your prompt, please...

    docs.aspose.com/cells/java/check-if-vba-project...
  2. Inserting to a cell HtmlString removes related ...

    i’m calling var blockCell = worksheet.Cells[ htmlBlock.OccupiedCells.StartRow, htmlBlock.OccupiedCells.StartColumn ]; then just settings my html value blockCell.HtmlString = html; that equals to <div style="…...Create a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet worksheet = workbook.Worksheets[0]; // Access the cell where...

    forum.aspose.com/t/inserting-to-a-cell-htmlstri...
  3. Formatting not retained while creating .ppt fro...

    I'm trying to save a excel Workbook template as a powerpoint presentation. The background color of grey colored cells in the tables in the excel sheets are not retained as such. They become black instead. How do we reta…...0, the Workbook.save() method has been modified...In old versions, using the Workbook.save() method without specifying...

    forum.aspose.com/t/formatting-not-retained-whil...
  4. Create Pivot Tables and Pivot Charts with C++|D...

    Learn how to create pivot tables and pivot charts in Excel files using Aspose.Cells with C++....); // Create a new workbook Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/create-pivot-tables-a...
  5. How to convert Excel to pdf using aspose.cells ...

    I have an encoded base64 string for an .Xlsx file.I want this to be converted to pdf...Workbook , and save the workbook as a PDF – all...happens Aspose.Cells can read workbooks from any Stream . After decoding...

    forum.aspose.com/t/how-to-convert-excel-to-pdf-...
  6. Convert POWERPOINT to JSON Format in Android Ap...

    Convert POWERPOINT to JSON format in Android Apps without using using Microsoft Excel or PowerPoint...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/android-java/conversi...
  7. Cells 25.4创建数据透视表问题 - Free Support Forum - aspo...

    数据透视表,没有列,只有筛选器、行和两个值。生成的数据透视表里,值是多行展示,如何实现按列展示?自动把“数值”挪到列中 image.jpg (115.6 KB) 另外,基于透视表创建出来的透视图,不像正常的透视图一样,可以看到透视表的相关信息,在数据透视表分析下面没有任何可操作项?什么原因? image.jpg (159.8 KB) image.jpg (123.7 KB)...new workbook and get the first worksheet Workbook workbook = new...new Workbook(); Worksheet worksheet = workbook.Worksheets[0];...

    forum.aspose.com/t/cells-25-4/314531
  8. Convert DOTX to JSON Format in Android Apps | p...

    Parse DOTX to JSON format in Android Apps without using Microsoft Word or Excel...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/android-java/conversi...
  9. Managing Ranges|Documentation

    This article shows how to manage ranges by the Aspose.Cells for Python via .NET API....NET provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/python-net/managing-ranges/
  10. How to Change Excel Row Height using C++

    In this small tutorial, we will elaborate how to change excel row height using C++. You will adjust row height in excel using C++ by a fixed value or based on content size....beginning Instantiate the Workbook object by loading the target...height based on data Save the workbook with the changed height of...

    kb.aspose.com/cells/cpp/how-to-change-excel-row...