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

workbook

(0.5 sec)
  1. Managing Page Breaks|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....class Workbook that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/cpp/managing-page-breaks/
  2. Aspose.Cells Limitation for row parse - Free Su...

    We are evaluating Aspose.Cells Java for generating excel from Html We want to buy solution but while evaluation we found that it’s not able to convert file after certain number of cells is this limitation of software or…...getAbsolutePath()); final Workbook workbook = new Workbook(tempHtmlFile.getAbsolutePath()...worksheets for (int i = 0; i < workbook.getWorksheets().getCount();...

    forum.aspose.com/t/aspose-cells-limitation-for-...
  3. Pivot table refresh problems (filter, col width...

    See attached sample: I call “Worksheet.RefreshPivotTables()”, which brings three problems: AsposeCellsPivot.zip (26.3 KB) Problem 1 In the source file, the filter for cell B6 is set to single select. After applying “R…...foreach (Worksheet sheet = workbook.Worksheets) { foreach (PivotTable...of the workbook or the environment in which the workbook is being...

    forum.aspose.com/t/pivot-table-refresh-problems...
  4. Is this really Markdown? - Free Support Forum -...

    Hi Detect File Format function declares this file as Markdown, while Aspose Cells does not detect this same file as Markdown, and it’s part of an irrelevant file, so might fix the detection maybe? Thanks :slight_smile: …...// Load the workbook with the forced format Workbook wb = new ...Workbook("path/to/your/file", loadOptions); // Java example import...

    forum.aspose.com/t/is-this-really-markdown/317711
  5. Problem converting xls file to pdf: &amp;quot;T...

    Hi, I got the following exception, while trying to convert xls to pdf:"This file's format is not supported or you don't specify a correct format". attached is the problematic file. I am using the latest version. Is this…...0/95 Workbook (*.xls) So this file is actually...As "Microsoft Office Excel Workbook". Now you can use Aspose.Cells...

    forum.aspose.com/t/problem-converting-xls-file-...
  6. Working with GridJs Server Side|Documentation

    This article describes how to use APIs in GridJs....GridJsWorkbook (); Workbook wb = new Workbook ( fullFilePath );...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  7. 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 Page Setup using Aspose.Cells for Node.js via C++. Set headers and footers for first, odd, and even pages....xlsx" ); // Loads the workbook which contains hidden external...const wb = new AsposeCells . Workbook ( filePath ); // Gets the...

    docs.aspose.com/cells/nodejs-cpp/setting-differ...
  8. 通过C++在Node.js中支持德国本地化的命名范围公式|Documentation

    学习如何使用Aspose.Cells for Node.js via C++支持命名范围公式中的德国本地化。... Workbook (); wb . save ( sourceFilePath...wbSource = new AsposeCells . Workbook ( sourceFilePath ); const...

    docs.aspose.com/cells/zh/nodejs-cpp/support-for...
  9. How to Digitally Sign an Excel Document using Java

    This article contains information on how to digitally sign an Excel document using Java. It will help to configure the environment along with the detailed steps and a runnable sample code to insert digital signature in Excel using Java....digital signature to it Load the workbook and add the digital signature...Save the digitally signed workbook These steps describe the procedure...

    kb.aspose.com/cells/java/how-to-digitally-sign-...
  10. 将VBA宏用户表单设计存储器从模板复制到目标工作簿,用JavaScript通过C++|Docu...

    学习如何使用Aspose.Cells for JavaScript通过C++将VBA项目(包括设计存储器)从一个Excel文件复制到另一个。..."text/javascript" > const { Workbook , SaveFormat , Utils , SheetType...empty target workbook const target = new Workbook (); // Load...

    docs.aspose.com/cells/zh/javascript-cpp/copy-vb...