Sort Score
Result 10 results
Languages All
Labels All
Results 6,421 - 6,430 of 161,013 for

workbook

(0.15 sec)
  1. Representation of double numbers in Aspose.Cell...

    I recently updated from Aspose.Cells 7.6 to 16.11 and have noticed that the double numbers represented in 16.11 seem to have additional precision in the way they are represented in the Excel OpenXML Document. For exampl…...numeric values into Excel workbooks that implement complex mathematical...SignificantDigits = 15; Workbook workbook = new Workbook(); Worksheet worksheet...

    forum.aspose.com/t/representation-of-double-num...
  2. C++ API to Convert MHTML to XLTX | products.asp...

    Convert MHTML to XLTX via C++ API without using Microsoft Excel or Adobe Reader...MHTML to XLSB (Excel Binary Workbook) Convert MHTML to XLSM (Macro-enabled...Template file used to create new workbooks with predefined formatting...

    products.aspose.com/total/cpp/conversion/mhtml-...
  3. Chart Rendering|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....); // Create a new workbook Workbook workbook ; // Get first worksheet...default Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/chart-rendering/
  4. FitToPagesTall and FitToPagesWide behaviour - F...

    Hi, As per our requirement we need to read the FitToPages and FitToPagesTall values from the template file and set them to the output sheet, while doing so we are always getting the values as 1 even if the template is…... I have created a new workbook through Aspose from an application...them, now I am saving the workbook on to the disk using Save...

    forum.aspose.com/t/fittopagestall-and-fittopage...
  5. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…... Workbook doc = new Workbook("input.xlsx"); doc...names of all shapes in the workbook are listed in the list on...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  6. CustomFunction params proceeding (C++/Cpp & Pyt...

    Hi, I’m trying to use the ICustomFunction functionality but I faced the following problem when playing with example from docs: Using ICustomFunction Feature|Documentation How can I use the params from paramsList? How c…...{ intrusive_ptr<IWorkbook workbook = Factory::CreateIWorkbook();...intrusive_ptr<IWorksheet worksheet = workbook-GetIWorksheets()-GetObjectByIndex(0);...

    forum.aspose.com/t/customfunction-params-procee...
  7. Convert WORD to XLTX using Python or with free ...

    WORD to XLTX conversion in your Python applications without using Microsoft Word or Excel or online. Test free WORD to XLTX online converter quickly before integrating the code....HTML file with an instance of Workbook class with file and LoadOptions...WORD to XLSB (Excel Binary Workbook) Convert WORD to XLSM (Macro-enabled...

    products.aspose.com/total/python-net/conversion...
  8. Aspose.Cells for Android via Java 19.12 Release...

    Aspose.Cells for Android via Java 19.12 Release Notes – the latest enhancements, new features, and fixes....changing some state of the same workbook Enhancement CELLSJAVA-43041...OLE object while opening a workbook Enhancement CELLSJAVA-43019...

    docs.aspose.com/cells/java/aspose-cells-for-and...
  9. Convert EXCEL to IMAGE via C# | products.aspose...

    Convert EXCEL to IMAGE format in C# code. Save EXCEL as IMAGE using C#....with an instance of Workbook Call the Workbook.Save method Pass...spreadsheet with an instance of Workbook and saving back in the desired...

    products.aspose.com/cells/net/conversion/excel-...
  10. Invalid error: can't parse argument number: 1:X...

    Hi, Using Aspose Cells for Java, version 22.7. Sample code: InputStream inputStream = new AutoCloseInputStream(new BufferedInputStream(new FileInputStream("empty.xlsx"))); new Workbook(inputStream); AutoCloseInputStr…...xlsx"))); new Workbook(inputStream); AutoCloseInputStream...Source) at com.aspose.cells.Workbook.a(Unknown Source) at com.aspose...

    forum.aspose.com/t/invalid-error-cant-parse-arg...