Sort Score
Result 10 results
Languages All
Labels All
Results 5,311 - 5,320 of 161,021 for

workbook

(0.08 sec)
  1. IChartCellCollection | Aspose.Slides for Java A...

    Represents collection of a cells with data....address of the set of cells in workbook. getConcatenatedValue() Concatenation...address of the set of cells in workbook. Returns: java.lang.String...

    reference.aspose.com/slides/java/com.aspose.sli...
  2. Aspose::Cells::CommentCollection class | Aspose...

    Aspose::Cells::CommentCollection class. Encapsulates a collection of Comment objects in C++....Cells :: Startup (); Workbook workbook ; CommentCollection comments...comments = workbook . GetWorksheets (). Get ( 0 ). GetComments...

    reference.aspose.com/cells/cpp/aspose.cells/com...
  3. Public API Changes in Aspose.Cells 16.11.0|Docu...

    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....containing some data Workbook book = new Workbook ( dir + "sample...AutoFitColumns (); // Saves the workbook on disc book . Save ( dir...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. Repair xlsb file via C++ | products.aspose.com

    Repair a corrupt xlsb file using C++. Recovery tool to repair corrupted xlsb file within C++ application....by creating an instance of Workbook, using the inheritance class...to the code above. Save the workbook, the corrupted xlsb file will...

    products.aspose.com/cells/cpp/recovery/repair-x...
  5. Public API Changes in Aspose.Cells 16.11.0|Docu...

    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....containing some data Workbook book = new Workbook ( dir + "sample...autoFitColumns (); //Saves the workbook on disc book . save ( dir...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Update XLSB File using Java | products.aspose.com

    Modify XLSB document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....XLSB File in Java Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/java/update/xlsb/
  7. How to Convert JSON to Excel in Python

    This quick tutorial explains how to convert JSON to Excel in Python as when we convert JSON to Excel Python is one of the best options. This tutorial provides configuration information, sequence of steps and a runnable sample code to demonstrate this feature....a new workbook can be created or an existing workbook can be...from the disk Create an empty Workbook class instance for importing...

    kb.aspose.com/cells/python/how-to-convert-json-...
  8. Search XLS document without opening via .NET | ...

    C# source code to search words with pattern in XLS file on .NET Framework, .NET Core, Mono or Xamarin Platforms.... Load XLS file using Workbook class. Get the cells in relevant...value or number Workbook workbook = new Workbook( "book1.xls" );...

    products.aspose.com/cells/net/search/xls/
  9. Search CSV document without opening via .NET | ...

    C# source code to search words with pattern in CSV file on .NET Framework, .NET Core, Mono or Xamarin Platforms.... Load CSV file using Workbook class. Get the cells in relevant...value or number Workbook workbook = new Workbook( "book1.csv" );...

    products.aspose.com/cells/net/search/csv/
  10. DAYS360 function working incorrectly in case of...

    In the attached file, cell E4 has the formula =DAYS360(C4,D4) and gives a value of 300 when run on a desktop version of Excel. When calculated in Aspose Cells for Java, using the following code: Workbook Workbook = new…...following code: Workbook workbook = new Workbook("/Users/user1/files/days360.../files/days360.xlsx"); workbook.calculateFormula(); System.out...

    forum.aspose.com/t/days360-function-working-inc...