Sort Score
Result 10 results
Languages All
Labels All
Results 4,671 - 4,680 of 105,090 for

workbook

(0.16 sec)
  1. How to Save Excel Chart as JPG using Node.js

    This article guides on how to save Excel chart as jpg using Node.js. It has the IDE settings, programming steps, and a sample code to convert Excel chart to JPG using Node.js....file having a chart into the Workbook class object Access the first...source workbook from a file or a stream using the Workbook class...

    kb.aspose.com/cells/nodejs/how-to-save-excel-ch...
  2. How to Insert Slicer in Excel using Node.js

    This article describes the process of how to insert slicer in Excel using Node.js. It has the IDE settings, a list of steps, and a runnable sample code to create slicer in Excel using Node.js....Java to add a slicer Load the workbook having tables in it Select...slicer Save the resultant workbook having the slicer at the desired...

    kb.aspose.com/cells/nodejs/how-to-insert-slicer...
  3. Dealing with Font Settings|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/dealing-with-font-se...
  4. View and Update XLSB Properties Online or Updat...

    View and modify XLSB properties through online app for free. Android API code to update and add XLSB properties....project Load XLSB file using Workbook class. Get all custom properties...Files Metadata (Excel Binary Workbook) XLSM Files Metadata (Macro-enabled...

    products.aspose.com/total/android-java/metadata...
  5. View and Update ODS Properties Online or Update...

    View and modify ODS properties through online app for free. Android API code to update and add ODS properties....project Load ODS file using Workbook class. Get all custom properties...Files Metadata (Excel Binary Workbook) XLSM Files Metadata (Macro-enabled...

    products.aspose.com/total/android-java/metadata...
  6. -horz tag in Excel - Free Support Forum - aspos...

    I am using a foreach in my Excel file and wanted to know if some of the tags used in Word can also work in Excel. I understand the cellMerge -horz tag in Word and what this aims to accomplish, this works how I would exp…...already been executed Workbook wb = new Workbook("Template.xlsx");...in a custom loop Workbook wb = new Workbook("Template.xlsx");...

    forum.aspose.com/t/horz-tag-in-excel/321144
  7. 在C++中刷新AutoFilter后获取所有隐藏行的索引|Documentation

    学习如何使用Aspose.Cells for C++ API在刷新AutoFilter后获取所有隐藏行的索引。...xlsx" ); Workbook workbook ( inputFilePath ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 ); AutoFilter...

    docs.aspose.com/cells/zh/cpp/get-all-hidden-row...
  8. 通过C++在Node.js中转换工作表为图片 移除数据周围的空白区域|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将Microsoft Excel工作表转换为图片,并移除数据周围的空白区域。...file const workbook = new AsposeCells . Workbook ( path . join...first worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-wor...
  9. Convert Range to JSON - Free Support Forum - as...

    Hi, I want to convert a range I have in excel to a JSON and I want to capture the range as is along with all the formatting. The idea is that I want to use these JSON values to later set the range properties in another w…...range properties in another workbook so I can create that exact...convert a range from an Excel workbook to JSON while capturing all...

    forum.aspose.com/t/convert-range-to-json/311994
  10. Apply Conditional Formatting in Worksheets|Docu...

    How to use Aspose.Cells library in JavaScript via C++ to apply conditional formatting in worksheets for better control over cell appearance...."text/javascript" > const { Workbook , SaveFormat , FormatConditionType...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/apply-cond...