Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 161,047 for

workbook

(0.1 sec)
  1. Workbook.Replace | Aspose.Cells for .NET API Re...

    Workbook method. Replaces a cells value with a new string...Workbook.Replace Contents [ Hide ] Replace(string, string) Replaces...[C#] Workbook workbook = new Workbook (); //...... workbook . Replace...

    reference.aspose.com/cells/net/aspose.cells/wor...
  2. 将每个工作表保存为不同的PDF文件使用Aspose.Cells|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....dataDir + "workbook.xlsx" ; //Instantiate a new workbook and open...from its location Workbook workbook = new Workbook ( filePath );...

    docs.aspose.com/cells/zh/java/save-each-workshe...
  3. 在Python中管理分页符|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....Instantiating a Workbook object workbook = self . Workbook ( self ...."Book1.xls" ) worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  4. TableStyle | Aspose.Cells for .NET API 参考

    代表表格样式... 例子 [C#] Workbook workbook = new Workbook (); Style firstColumnStyle...firstColumnStyle = workbook . CreateStyle (); firstColumnStyle ...

    reference.aspose.com/cells/zh/net/aspose.cells....
  5. WorksheetCollection.Add | Aspose.Cells for .NET...

    WorksheetCollection method. Adds a worksheet to the collection...Examples [C#] Workbook workbook = new Workbook (); workbook . Worksheets...SheetType . Chart ); Cells cells = workbook . Worksheets [ 0 ]. Cells...

    reference.aspose.com/cells/net/aspose.cells/wor...
  6. Data table not calculating correctly - Free Sup...

    When we calculate the Workbook using Aspose, results in data table don’t match with original Workbook e.g., In original Workbook, the data table column values are like: 6881.42 6881.42 4952.68 6747.12 Whereas in As…...5:59pm 1 When we calculate the workbook using Aspose, results in data...with original workbook e.g., In original workbook, the data table...

    forum.aspose.com/t/data-table-not-calculating-c...
  7. Public API Changes in Aspose.Cells 8.4.2|Docume...

    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....module to the instance of Workbook. The VbaModuleCollection.add...//Create new workbook Workbook workbook = new Workbook (); //Access...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. Class RowCollection | Aspose.Cells for .NET API...

    Aspose.Cells.RowCollection class. Collects the objects that represent the individual rows in a worksheet...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . Worksheets [ 0 ]; //Get...

    reference.aspose.com/cells/net/aspose.cells/row...
  9. Class HorizontalPageBreak | Aspose.Cells for .N...

    Aspose.Cells.HorizontalPageBreak class. Encapsulates the object that represents a horizontal page break...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...index Worksheet worksheet = workbook . Worksheets [ 0 ]; //Add...

    reference.aspose.com/cells/net/aspose.cells/hor...
  10. Create New Worksheet|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....Worksheet to Workbook Java //Instantiating a Workbook object Workbook...Workbook workbook = new Workbook (); //Adding a new worksheet to...

    docs.aspose.com/cells/java/create-new-worksheet/