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

workbook

(0.18 sec)
  1. 在Node.js中通过C++为HtmlSaveOptions.TableCssId属性前缀表格...

    学习如何使用Aspose.Cells for Node.js via C++为HTML中的表格元素样式添加前缀。...Create workbook object const wb = new AsposeCells . Workbook ();..."MyTest_TableCssId" ); // Save the workbook in html wb . save ( "outputTableCssId...

    docs.aspose.com/cells/zh/nodejs-cpp/prefix-tabl...
  2. Modify Excel VBA Library using C#

    Modify Excel VBA Library using C# by adding a module and code. Get the IDE settings, a list of steps, and a sample code to work with Excel macro library using C#....adding modules and code in the workbook. Steps to Modify Excel VBA...add module and code Create a workbook , access a sheet, and add...

    kb.aspose.com/cells/net/modify-excel-vba-librar...
  3. How to Convert XML to CSV using C#

    This brief article covers how to convert XML to CSV using C#. It explains the environment setup, stepwise program flow, and a runnable sample code to convert XML to CSV using C#....XML files to CSV Create a Workbook class object to load the source...XML file is loaded with a Workbook class instance and then the...

    kb.aspose.com/cells/net/how-to-convert-xml-to-c...
  4. Add Borders in Excel using Python

    Add borders in Excel using Python. Get IDE settings, a list of steps and a sample code showing how to put borders in Excel using Python....for adding borders Create a workbook and add some sample text in...existing workbook with some data or creating a new workbook and adding...

    kb.aspose.com/cells/python/add-borders-in-excel...
  5. Font Settings|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells for Python via .NET library to set cell font settings....NET provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets collection...

    docs.aspose.com/cells/python-net/cells-font-set...
  6. How to Rotate a Cell in Excel using Node.js

    This article guides on how to rotate a cell in Excel using Node.js. It shares the IDE settings, a list of steps, and a runnable sample code for rotating cells in Excel using Node.js....to rotate a cell Create a workbook , access a worksheet, and...cell before saving the output workbook These steps define the process...

    kb.aspose.com/cells/nodejs/how-to-rotate-a-cell...
  7. Split ODS File Online or using Android Mobile A...

    Free online app to split different ODS sheets. Android splitter library Java code for ODS spreadsheets....all worksheets inside the workbook On each iteration, there is...is ith worksheet Create new Workbook class object Use getWorksheets()...

    products.aspose.com/total/android-java/split/ods/
  8. Insert Sparkline with C++|Documentation

    Create sparkline for Excel using Aspise.Cells with C++...." ); // Create a new workbook Workbook book ; Worksheet sheet...le::Style10); // Save the workbook book . Save ( outDir + u "output...

    docs.aspose.com/cells/cpp/creating-sparklines/
  9. 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...
  10. Convert Text to Columns using Aspose.Cells for ...

    Learn how to convert text to columns in Excel using Aspose.Cells for Node.js via C++....Create a workbook. const wb = new AsposeCells . Workbook (); //..., 5 , opts ); // Save the workbook in xlsx format. wb . save...

    docs.aspose.com/cells/nodejs-cpp/convert-text-t...