Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 103,392 for

workbook

(0.16 sec)
  1. Update XLSB File using .NET | products.aspose.com

    Modify XLSB documents in C# VB.NET applications without using Microsoft Excel....NET Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/net/update/xlsb/
  2. 使用JavaScript通过C++自定义数据透视表的全球化设置|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...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/customi...
  3. Formulas are not evaluated correctly in 25.8 As...

    Hello Aspose support team, I have an issue with using Aspose Cells for Java, version 25.8 We did not observe that issue in 25.7 You can find 2 files in the attachment, producedByExcel.xlsx: Excel version. Formulas ar…...loading the workbook. Here’s a sample code snippet: Workbook workbook...workbook = new Workbook("producedByAspose.xlsx"); workbook.calculateFormula();...

    forum.aspose.com/t/formulas-are-not-evaluated-c...
  4. Convert Worksheet to Image - Remove whitespace ...

    Learn how to convert Microsoft Excel worksheets to images and remove whitespace around data using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , LoadOptions , LoadFilter...Instantiate workbook with load options const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/convert-wo...
  5. #NAME error when inserting a chart as an image ...

    Hi Aspose Team, I’m having an issue with some charts where I’m inserting it into a word document and one of the footnotes for the chart comes in as #NAME? even though the name range from which it is pulled into the char…...DocumentBuilder(doc); using (Workbook TestWB = new Workbook(dir + @"Chart_Template...Stream ProcessOleObject_Aspose(Workbook sourceWB, string imgCoordinates...

    forum.aspose.com/t/name-error-when-inserting-a-...
  6. 使用JavaScript通过C++的ImageOrPrintOptions的PageIndex...

    学习如何使用C++的Aspose.Cells for JavaScript将Excel文件的特定页面渲染为图像。..."text/javascript" > const { Workbook , ImageOrPrintOptions , SheetRender...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  7. Set a Default Font while Rendering a Spreadshee...

    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....following sample code creates a workbook, adds some text to cell B4...unknown/non‑existing font. It then saves the workbook as HTML by specifying different...

    docs.aspose.com/cells/javascript-cpp/set-defaul...
  8. How to Convert CSV to Excel in C#

    In this tutorial, you will learn how to convert CSV to Excel in C#. You can automate the procedure of generating Excel from CSV in C# with a few steps and simple API class....source file and then use a Workbook class instance for loading...the input CSV file Create a Workbook class object with CSV file...

    kb.aspose.com/cells/net/how-to-convert-csv-to-e...
  9. How to Unprotect Excel in Python

    This quick guide covers how to unprotect Excel in Python. It discusses the environment setup, step-by-step process, and a sample code to unlock Excel file in Python....protected Excel file using the Workbook class Remove the password...Finally, write the output Excel workbook to any file path, or a stream...

    kb.aspose.com/cells/python/how-to-unprotect-exc...
  10. Add Borders in Excel using Java

    Add borders in Excel using Java with the help of this article. Get IDE settings, a list of steps, and a sample code to create a border in Excel using Java....Java to set borders Create a workbook and access a sheet to set...cell range Save the output workbook These steps describe how to...

    kb.aspose.com/cells/java/add-borders-in-excel-u...