Sort Score
Result 10 results
Languages All
Labels All
Results 4,291 - 4,300 of 103,482 for

workbook

(0.1 sec)
  1. Public API Changes in Aspose.Cells 16.11.0|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....containing some data Workbook book = new Workbook ( dir + "sample...AutoFitColumns (); // Saves the workbook on disc book . Save ( dir...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. 刷新模板文件中的第二张数据透视表pivot1,pivot0对应的数据透视图chart0出现异常...

    版本25.10 示例代码: SyntaxEditor Code Snippet var wb =new Workbook(path+“3.xlsx”); var pivot=wb.Worksheets[“statistics”].PivotTables[“pivot1”]; pivot.RefreshData(); pivot.CalculateData(); wb.Save(path+“4.xlsx”); 3.zip …...SyntaxEditor Code Snippet var wb =new Workbook(path+“3.xlsx”); var pivot=wb...以下是您可以使用的代码示例: var wb = new Workbook(path + "3.xlsx"); var pivot...

    forum.aspose.com/t/pivot1-pivot0-chart0/320059
  3. getPrintingPageBreaks returning unexpected resu...

    Hello, I am using the aspose-cells version 25.6. Below is the code I am using, ImageOrPrintOptions printOption = new ImageOrPrintOptions(); printOption.setPrintingPage(PrintingPageType.DEFAULT); cas = curSheet.getPri…... Provide a minimal workbook If the problem persists after...total number of sheets in the workbook? Or you need to get your current...

    forum.aspose.com/t/getprintingpagebreaks-return...
  4. Show Translate Button in GridJs|Documentation

    This article explains how to display the translate button in the GridJs toolbar and translate all string values of the active worksheet to a target locale using Aspose.Cells for Java....and returns the translated workbook as plain text. All code snippets...uid Unique identifier of the workbook instance. * @param locale...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  5. InsertCutCells does not keep format condition f...

    When using InsertCutCells, I’m finding that the format condition formulas are not staying relative to the cells using them. Here is my example code: using Aspose.Cells; Workbook srcWorkbook = new(@"C:\Swift\Templates\…...Cells; Workbook srcWorkbook = new(@"C:\Sw...OrdinalIgnoreCase)).GetRange(); Workbook targetWbk = new(); var inputSheet...

    forum.aspose.com/t/insertcutcells-does-not-keep...
  6. EXcel to PDF Conversion- Font Size and Page Sca...

    Hi, We are currently using Aspose.Cells for Java v25.6 to generate PDF files from Excel documents. In our Excel files, we use MS ゴシック for text and Arial for numeric values. However, we’ve observed several discrepancies…...using: Worksheet worksheet = workbook.getWorksheets().get("Design");...e.PDF_16); workbook.calculateFormula(); workbook.save(pdfFilePath...

    forum.aspose.com/t/excel-to-pdf-conversion-font...
  7. 当转换或加载时间过长時,使用 InterruptMonitor 停止转换或加载,支持 C++|...

    学习如何使用 C++ 和 Aspose.Cells 的 InterruptMonitor 停止大型Excel文件的转换或加载。...请使用 Workbook.InterruptMonitor 属性停止转换, LoadOptions...This function will create workbook and convert it to Pdf format...

    docs.aspose.com/cells/zh/cpp/stop-conversion-or...
  8. Developer Guide|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....via C++ Pivot Tables Manage Workbooks with Go via C++ Worksheets...Combine Multiple Workbooks into a Single Workbook with Golang via...

    docs.aspose.com/cells/go-cpp/developer-guide/
  9. 工作表缩放的可行解决方案|Aspose.Slides 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 和 PPTX 格式。... Workbook workbook = new com . aspose . cells...cells . Workbook ( "sample.xlsx" ); com . aspose . cells . Worksheet...

    docs.aspose.com/slides/zh/androidjava/working-s...
  10. 通过C++使用JavaScript获取区域的地址、单元格数量、偏移、整列和整个行|Docume...

    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...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...creates ranges on a new empty workbook and prints info to the page...

    docs.aspose.com/cells/zh/javascript-cpp/get-add...