Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 99,951 for

workbook

(0.16 sec)
  1. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set the line spacing of paragraphs in shapes or textboxes using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells... arrayBuffer (); wb = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/set-line-s...
  2. 使用 C++ 通过 Node.js 移除工作表中的重复行|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 移除工作表中的重复行,并选择特定列进行重复检测。...Create workbook const book = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-dupl...
  3. Excel Export - Gap Missing when using arrays of...

    While working with arrays, we are facing an issue in excel where the gap between different elements is maintained correctly for an array of objects, but not for an array of strings. When using an array of objects, the t…...following codes: Workbook workbook = new Workbook(dir + "test_template1...workbookDesigner = new WorkbookDesigner(workbook); //workbookDesigner.ContainsVariables...

    forum.aspose.com/t/excel-export-gap-missing-whe...
  4. Add and Retrieve Data|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 provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/add-and-retrieve-data/
  5. Refresh Values of Linked Shapes|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 when you save your workbook in XLS or XLSX format. However... if you want to save your workbook in PDF or HTML format, you...

    docs.aspose.com/cells/java/refresh-values-of-li...
  6. Provide exported worksheet HTML file path via I...

    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....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/provide-export...
  7. We are unable to raise support ticket in - Free...

    Hi, The data provided in a cell is 119989000. But when we use aspose library to read cell value using cells.get(, ).getValue(), the value extracted is 119989000.00000001. Kindly suggest on any alternate approach to extr…... Sample code: Workbook workbook = new Workbook("d:\\files\\Bk_test1...the sheet Worksheet sheet = workbook.getWorksheets().get(0); System...

    forum.aspose.com/t/we-are-unable-to-raise-suppo...
  8. 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
  9. How to Convert Excel to SVG using Python

    This short article is about how to convert Excel to SVG using Python. It has information about the development environment, a list of steps and a runnable sample code to generate Excel SVG using Python....Load the XLSX file into the Workbook class object Create an object...to SVG Save the resultant workbook as SVG using the above-mentioned...

    kb.aspose.com/cells/python/how-to-convert-excel...
  10. How to Convert CSV to Excel in Java

    In this tutorial, you will learn how to convert CSV to Excel in Java. You can implement the process to convert CSV to XLSX in Java with simple API calls in a few easy steps.... We will use the Workbook class object for loading the...the input CSV file Create a Workbook class instance with the input...

    kb.aspose.com/cells/java/how-to-convert-csv-to-...