Sort Score
Result 10 results
Languages All
Labels All
Results 5,861 - 5,870 of 27,204 for

excel worksheet

(0.31 sec)
  1. 使用C++通过JavaScript创建Chart工作表的PdfBookmarkEntry|Do...

    学习如何使用Aspose.Cells for Java脚本通过C++为图表工作表创建PdfBookmarkEntry。...为图表工作表创建PdfBookmarkEntry 以下示例代码加载了具有四个工作表的 示例Excel文件 ,其中两个是普通工作表,另外两个是图表工作表。它创建了四个书签条目,如下所示...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  2. Aspose.Total for PHP via Java|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....format conversion, styling of worksheets to the most granular level...modify, convert and render Excel documents. Aspose.Cells for...

    docs.aspose.com/total/php-java/
  3. [Regression?] Location of PlotArea in charts is...

    Hi, We use on Aspose.Cells to move textboxes inside charts, in order to do this, we use the APIs to get the location of the plot area and move it accordingly. However, it seems after Aspose migrated PlotArea.InnerX to …...Worksheets[0].Charts[0]; chart.Calculate();...@ServerSide527 , Thanks for the template Excel file and screenshot. After initial...

    forum.aspose.com/t/regression-location-of-plota...
  4. Convert XLTX to WORD using Java or with free On...

    Java API to Export XLTX to WORD or online with using Excel or Word or online. Test free CSV to DOC online converter quickly before integrating the code....client proposals from structured Excel templates. Creating editable...editable educational or training worksheets from XLTX files. Generating...

    products.aspose.com/total/java/conversion/xltx-...
  5. Convert XLTM to WORD using Java or with free On...

    Java API to Export XLTM to WORD or online with using Excel or Word or online. Test free CSV to DOC online converter quickly before integrating the code....client proposals from automated Excel templates. Creating editable...editable educational or training worksheets from XLTM files. Generating...

    products.aspose.com/total/java/conversion/xltm-...
  6. Filtering the kind of data while loading the wo...

    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....Specific Worksheets in a Workbook Load source Excel file without...

    docs.aspose.com/cells/java/filtering-the-kind-o...
  7. 在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....an Workbook object with an Excel file path workbook = self ....out.xls" , fileFormatType . EXCEL_97_TO_2003 ) #Save in Excel2007...

    docs.aspose.com/cells/zh/java/saving-files-in-p...
  8. Get Validation Applied on a Cell|Documentation

    This article shows how to apply validation on a cell with Java...Similarly, you can use the Worksheet.getValidations().getValidationInCell(int...shows the sample Microsoft Excel file used in the sample code...

    docs.aspose.com/cells/java/get-validation-appli...
  9. Free Support Forum - aspose.com - Latest posts

    Free Support Forum - aspose.com - Latest posts Latest posts Aspose.pdf.dll for .Net and Aspose.word.dll for .Net : merge file to single pdf having intermittent issues @jijikkt Thank you for additio......worksheets[0] # Add two shapes (e.g...not look like the original excel chart @JThomas98, This is to...

    forum.aspose.com/posts.rss
  10. AutoFitColumns会让隐藏列展示出来 - Free Support Forum - ...

    SyntaxEditor Code Snippet 代码: string filePath = @“C:\Users\25477\Downloads\工作簿1.xlsx”; using Workbook workbook = new Workbook(filePath); workbook.Worksheets[0].Cells.HideColumn(1); workbook.Worksheets[0].Cells.Colum…...Worksheets[0].Cells.HideColumn(1); workbook.Worksheets[0]...Columns[2].IsHidden=true; workbook.Worksheets[0].AutoFitColumns(); workbook...

    forum.aspose.com/t/autofitcolumns/323726